I've been using jQuery for quite some time now and it has never disappointed me in any way. It is the most value javascript library I have come across.
It provides an easy to use and well documented API, which guarantees cross browser compatibility between popular modern browsers.
jQuery provides functionality for DOM Traversing and Manipulation, Events, CSS, Browser Effects, AJAX and much much more.
I can recommend
2 of 2 users found the following review helpful. Was this review helpful to you? Yes | No
by Sina Salek
JQuery invented a perfect approach for manipulating dom.
Many applications are now following its footsteps.
Good job guys, i really like it.
Until I tried jQuery I hated JavaScript. It takes care of cross-browser hell and has just about every conceivable "missing feature" for web development. Now JS is fun!