tags:

views:

73

answers:

3

i am new in asp.net. Can u suggest me a tutorial for jquery.I want to know more about it.

any study material u have?

+5  A: 

jQuery is a JavaScript framework. A lot of tutorials can be found on the official homepage http://docs.jquery.com/Tutorials

Tim
+4  A: 

jQuery is a javascript library that hides all the grim cross browser issues and provides a nice API for cool shit.

You can find out more here, or use Google?

Aiden Bell
+1 for "a nice API for cool shit" :)
Neil Aitken
+2  A: 

jQuery is a lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML. It was released in January 2006 at BarCamp NYC by John Resig. Used at about 20% of the 10,000 biggest websites, jQuery is the most popular JavaScript library in use today.

Source: jQuery, from Wikipedia

Rubens Farias