Introduction to jQuery
JQuery Syntax
JQuery Effects
JQuery HTML
JQuery Traversing
You can install and use jQuery in your project in two main ways
A CDN (Content Delivery Network) lets you include jQuery in your website without downloading it.
It loads jQuery from a remote server that's fast and globally distributed.
Include the jQuery <script> tag in your HTML file. You can place it inside the <head> or just before the closing </body> tag.
When downloading jQuery, you'll find two versions available:
jquery-3.6.0.min.jsjquery-3.6.0.jsVisit the official download page:
👉 https://jquery.com/download/
You’ll see options to: