jQuery – A lightweight JavaScript Library
jQuery is JavaScript library that simplifies lots of work done in JavaScript. jQuery makes HTML document traverse easy. It can provide ajax support to your website. There are lots of site which provides jQuery plugins (plugin for validation, animation, cookies, events). The most important point to remember is that by using jQuery you can easily get multiple browser compatibility.
There are three downloads available
1. Minified and Gzipped (Used in production)
2. Packed version (This version is not gzipped)
3. Uncompressed (Used in testing and learning)
Reference
http://jquery.com
October 25, 2008 | Filed Under Javascript
Related Post
Comments
Leave a Reply