By Natalie Williams on Friday, 29 July 2011
Category: WebSan Blog

jQuery The Write Less, Do More JavaScript Library

jQuery is the most popular javascript library today.  It is used by over 46% of the 10,000 most visited websites on the Internet and we at WebSan use it extensively.
jQuery is designed to be cross browsers compatible ith syntaxes to make it easier to manipulate the DOM elements and allows the creation of powerful and dynamic webpages.
The following snippets of codes shows how with a few lines of codes you can do a lot.

jQuery is the most popular javascript library today.  It is used by over 46% of the 10,000 most visited websites on the Internet and we, the Development Team at WebSan, use it extensively.

jQuery is designed to be cross browsers compatible with syntaxes to make it easier to manipulate the DOM elements and allows the creation of powerful and dynamic webpages.

The following snippets of codes shows how with a few lines of codes you can do a lot.

Example 1 - Calendar Date Picker
 
 
Example 2  - AutoComplete Textbox
 
 
To get started with jQuery you can go HERE