jQuery Tutorial

You are Here:

jQuery History

jQuery is a JavaScript library was originally created by John Resig in January 2006 at BarCamp NYC.

Why jQuery?

jQuery is designed to simplify HTML DOM tree traversal and manipulation, as well as CSS animation, event handling, and AJAX.

How to Use jQuery?

To use jQuery, follow any of the below methods.

  • Download - Download jQuery's JavaScript file from jQuery.com and link it to your web page where you are going to use the jQuery.
  • CDN - You can link (without downloading) the jQuery's JavaScript file to your web page to use jQuery. The following are the file to be linked, if you choose CDN.
HTML Editor
<head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> </head>

Usage Rights

jQuery is an open-source (MIT License) and free for all uses: government, commercial, personal or educational.

Prerequisites

To learn jQuery, you need to have a basic knowledge of HTML, CSS, and JavaScript.

Reminder

Hi Developers, we almost covered 99.5% of jQuery Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in jQuery.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author