JQuery in ASP.Net
Posted On Wednesday, July 1, 2009 at at 12:35 PM by test
JQuery in ASP.Net
JQuery is another javascript library which eases javascript developemt - and it also includes some Ajax functionality.
JQuery is another javascript library which eases javascript developemt - and it also includes some Ajax functionality.
jQuery is a fast, lightweight JavaScript library that is CSS3 compliant and supports many browsers. The jQuery framework is extensible and very nicely handles DOM manipulations, CSS, AJAX, Events and Animations.
It is totally different from JavaScript because it is a language whereas jQuery is a library written using JavaScript.
You can download the source code & plugins and read some excellent tutorials at the JQuery website. jQuery was created by John Resig.
Display an alert on asp:Button click using jQuery:
Add a Button element to the page as shown below:
Now in order to tell the browser to perform some action using jQuery as soon as the document is ready or loaded, use this block:
Add your code in the function block
source: 24x7aspnet.blogspot
JQuery is another javascript library which eases javascript developemt - and it also includes some Ajax functionality.
JQuery is another javascript library which eases javascript developemt - and it also includes some Ajax functionality.
jQuery is a fast, lightweight JavaScript library that is CSS3 compliant and supports many browsers. The jQuery framework is extensible and very nicely handles DOM manipulations, CSS, AJAX, Events and Animations.
It is totally different from JavaScript because it is a language whereas jQuery is a library written using JavaScript.
You can download the source code & plugins and read some excellent tutorials at the JQuery website. jQuery was created by John Resig.
Display an alert on asp:Button click using jQuery:
Add a Button element to the page as shown below:
Now in order to tell the browser to perform some action using jQuery as soon as the document is ready or loaded, use this block:
Add your code in the function block
source: 24x7aspnet.blogspot
Great Article,