JQuery: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "{{stub}} == Introduction == {{quotation|jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax intera...") |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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. According to [http://en.wikipedia.org/wiki/Jquery (Wikipedia)] (consulted on sept. 2011), it is used by over 46% of the 10,000 most visited websites and jQuery is the most popular JavaScript library in use today. | |||
== 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 == | ||
* Lindley, Cody (2009). [http://shop.oreilly.com/product/9780596159788.do jQuery Cookbook, 1st Edition], O'Reilly | |||
* Several other O'Reilly JavaScript books do include introductions to JQuery | |||
[[Category: Web technologies]] | [[Category: Web technologies]] |
Latest revision as of 13:18, 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. According to (Wikipedia) (consulted on sept. 2011), it is used by over 46% of the 10,000 most visited websites and jQuery is the most popular JavaScript library in use today.
Links
Bibliography
- Lindley, Cody (2009). jQuery Cookbook, 1st Edition, O'Reilly
- Several other O'Reilly JavaScript books do include introductions to JQuery