javascript
tooltip on image click
I have a table with thead and th’s. Inside each th I have an image of shape question mark ‘?’. I want to show a help/tooltip on click of each th’s help image. How to do this ?
increase height of listbox in IE7
i have a listbox:
Unable to get Update panel working right
I am working on a website using Google maps apiv3. I have a button in an update panel through which I execute some logic using code behind of button_click and a javascript function.
Invoke ASP.NET TextChanged event from JavaScript using __doPostBack
Like many others, I’m trying to invoke a .NET control’s server-side event from JavaScript.
Call WCF service from JavaScript HTML within service
I currently have a WCF service that operates on a database. I’d like to be able to use JavaScript (specifically AngularJS) to call the service methods and display them in a webpage.
Accessing ConfigurationManager.AppSettings in Java script
I had this javascript code in aspx file
Disallow typing of few of characters e.g.” in all input textboxes using jquery
How do I achieve this:-
When user types character like 'abcd' and then '>'(an invalid character for my application), I want to set the text back to 'abcd'. Better if we can cancel the input itself as we do in winforms application. This should happen when user is typing and not on a click of button.
javascript .print() – turn off default printer
Out system uses the javascript .print(), which brings up the print dialog with the default printer selected. Is there a way to turn off the default printer so that when the dialog appears there is no printer selected so that the user has to select one.
How to check if a asp text box is empty or not
Possible Duplicate:
textbox empty check using javascript