Dealing with JavaScript is usually a difficult, error-prone and messy task. There are lots of javascript libraries that simplifies the developer's job when using javascript and JQuery is one of them.
There are many javascript libraries but what makes JQuery so special? This article tries to answer this question by also giving some usage details of some popular javascript libraries .
As stated in the JQuery
official web site, jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. You write less and do more!
There are lots of other javaScript libraries out there. Dojo, Prototype, ExtJs, MooTools, YUI (
click for the full list of javaScript libraries ) etc. but JQuery is the most popular of them. In usage statistics, jQuery dominates the market with up to 80% market share. (
Check the usage statistics given at the end of this article.)
So, why jQuery is so popular? As a brief summary, JQuery is easy to learn, has good documentation, has an enhusiastic community behind it, has successful cross-browser compatibility, is pluggable and has tons of plugins.
Continue to read to learn more.