jQuery Overview
Posted in Library, jQuery on 03/01/2009 06:45 pm by ycTINjQuery 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.
All of the code is available in two formats:
- Compressed (which allows you to have a significantly smaller file size) and
- Uncompressed (good for debugging and to understand what is behind the magic).
jQuery is provided under the following MIT and GPL licenses.
Quoted from jQuery homepage
You can download jQuery from project home page.
http://jquery.com/
Related posts:
- Best JavaScript IDE – Aptana Sutdio The Aptana Studio based on the Eclipse IDE, is a...
- jQuery Plugins – AjaxScroll AjaxScroll is an lightweight jQuery plugins . Provided the ajax...
- [PHP] jQuery PHP Edition? phpQuery! phpQuery is a server-side, chainable, CSS3 selector driven Document Object...
- Detect Internet Explorer 6 in jQuery Microsoft Internet Explorer 6 still is a popular browser in...
- jQuery Plugins – CheckTree(ycTIN Edition) This edition is compatible with CheckTree, fixed some bugs and...
Tags: CSS, HTML, JavaScript, jQuery, Web

