Friday, September 23, 2011

jQuery - A Quick Review

JQuery is nothing but another framework for JavaScript. Of-course, there are many frameworks available in the internet. But this is very simple and it is capable of doing anything. 

Few advantages are
i.  Iterating and traversing through DOM becomes very easy.
ii. It works across all the browsers and can work with all development environments.
iii.It provides a standard Event API, a standard selectors API, useful traversal and enumeration methods, and a very useful UI library that work across all the browsers.

To Download jQuery, please go here

No comments:

Post a Comment