jQuery Get Started
Adding jQuery to your page.
jQuery Get Started
There are several ways to start using jQuery on your web site.
- Download the jQuery library from jQuery.com
- Include jQuery from a CDN, like Google
jQuery CDN
If you don't want to download and host jQuery yourself, you can include it from a CDN (Content Delivery Network).
Google is an example of someone who host jQuery:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>