JQuery: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
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 14:17, 24 September 2011

Draft

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

  • jQuery homepage (including download, tutorials and manual)
  • jQuery (Wikipedia)

Bibliography

  • Several other O'Reilly JavaScript books do include introductions to JQuery