jQuery edit
10
Query is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.
Write a review
10
Great library. I am using it for several projects now and am gradually preferring it over prototype. There are several things which jQuery does in a cleaner manner than prototype, in my opinion. One of which is the new data() methods that saves data with an element without risk of creating a circular reference, this is important because poor old IE6 doesn't know how to garbage collect. Overall, writing jQuery code is much more concise and clean than prototype code.
Great library. I am using it for several projects now and am gradually preferring it over prototype. There are several things which jQuery does in a cleaner manner than prototype, in my opinion. One of which is the new data() methods that saves data with an element without risk of creating a circular reference, this is important because poor old IE6 doesn't know how to garbage collect. Overall, writing jQuery code is much more concise and clean than prototype code.
10
jQuery is brilliant. The approach to the problem is quite unorthodox, and looking at the jQuery code may look confusing at first, but learning it's simple query rules and jQuery methods pays. Traversing DOM, making Ajax calls, adding animation, drag and drop - it is all done easily with bare jQuery, and it also has plugins!
jQuery is brilliant. The approach to the problem is quite unorthodox, and looking at the jQuery code may look confusing at first, but learning it's simple query rules and jQuery methods pays. Traversing DOM, making Ajax calls, adding animation, drag and drop - it is all done easily with bare jQuery, and it also has plugins!

