際際滷

際際滷Share a Scribd company logo
Introduction To jQuery:
8
Introduction To jQuery:
jQuery:
jQuery is a JavaScript library designed to simplify
HTML DOM tree traversal and manipulation, as well as
event handling, CSS animation, and Ajax.
It is free, open-source software using the permissive
MIT License. As of May 2019, jQuery is used by 73% of
the 10 million most popular websites.
Adding jQuery To Your Web Pages:
There are several ways to start using jQuery on your web site.
You can:
Download the jQuery library from jQuery.com
Include jQuery from a CDN, like Google
Downloading jQuery
There are two versions of jQuery available for downloading:
Production version - this is for your live website because it has
been minified and compressed
Development version - this is for testing and development
(uncompressed and readable code)
Introduction To jQuery:

More Related Content

Introduction To jQuery:

  • 3. jQuery: jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License. As of May 2019, jQuery is used by 73% of the 10 million most popular websites.
  • 4. Adding jQuery To Your Web Pages: There are several ways to start using jQuery on your web site. You can: Download the jQuery library from jQuery.com Include jQuery from a CDN, like Google Downloading jQuery There are two versions of jQuery available for downloading: Production version - this is for your live website because it has been minified and compressed Development version - this is for testing and development (uncompressed and readable code)