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

Related Post

JSON communication between server and client Part1
How to Enable/Disable Input element in JQuery
Sun turns JavaScript into Java. Google turns Java into JavaScript
Initializing Array in JavaScript
String Number conversion in JavaScript

Comments

Leave a Reply




Technology