JQuery: Difference between revisions
Jump to navigation
Jump to search
m (→Bibliography) |
mNo edit summary |
||
Line 4: | Line 4: | ||
{{quotation|jQuery 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.}} ([http://jquery.com/ jQuery], retrieved sept. 24 2011) | {{quotation|jQuery 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.}} ([http://jquery.com/ jQuery], retrieved sept. 24 2011) | ||
As of 2011, jQuery seems to be ''the'' JavaScript library to learn. | |||
== Links == | == Links == | ||
* [http://jquery.com/ jQuery] homepage | * [http://jquery.com/ jQuery] homepage (including download, tutorials and manual) | ||
* [http://en.wikipedia.org/wiki/Jquery jQuery] (Wikipedia) | |||
== Bibliography == | == Bibliography == |
Revision as of 13:17, 24 September 2011
Introduction
“jQuery 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.” (jQuery, retrieved sept. 24 2011)
As of 2011, jQuery seems to be the JavaScript library to learn.
Links
Bibliography
- Lindley, Cody (2009). jQuery Cookbook, 1st Edition, O'Reilly
- Several other O'Reilly JavaScript books do include introductions to JQuery