JQuery: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
{{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. | 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 == |
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