JQuery: Difference between revisions
Jump to navigation
Jump to search
imported>Tom Morris |
imported>Meg Taylor (move links to subgroup) |
||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
{{DISPLAYTITLE:jQuery}} | {{DISPLAYTITLE:jQuery}} | ||
'''jQuery''' is a fast and concise, cross browser JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax for rapid web development. | '''jQuery''' is a fast and concise, cross browser JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax for rapid web development. | ||
Line 9: | Line 8: | ||
# Eclectic Plug in Library - jQuery is one of the most popular JavaScript frameworks and has perhaps the largest plug in in library. | # Eclectic Plug in Library - jQuery is one of the most popular JavaScript frameworks and has perhaps the largest plug in in library. | ||
# Lightweight - jQuery leaves a small footprint compared to the functionality it adds, jQuery is also available via CDN from companies such as Google (http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js) and Microsoft (http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.js) | # Lightweight - jQuery leaves a small footprint compared to the functionality it adds, jQuery is also available via CDN from companies such as Google (http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js) and Microsoft (http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.js) | ||
Revision as of 03:35, 14 September 2013
jQuery is a fast and concise, cross browser JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax for rapid web development.
Benefits of jQuery
- Cross Browser - jQuery is designed to work on all modern browsers, which eliminates the need to create extra code and hacks for different browsers.
- Concise - jQuery will cut your JavaScript code to a fraction.
- Eclectic Plug in Library - jQuery is one of the most popular JavaScript frameworks and has perhaps the largest plug in in library.
- Lightweight - jQuery leaves a small footprint compared to the functionality it adds, jQuery is also available via CDN from companies such as Google (http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js) and Microsoft (http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.js)