This is "minified" and compressed. It is ideal for live websites because it has a smaller file size, leading to faster load times.
The most common way to get jQuery is to download it directly from the official website. You generally have two choices: download jquery version
This is uncompressed and readable. Use this during coding so you can debug scripts or understand how jQuery works internally. This is "minified" and compressed
The current industry standard. It is faster, more secure, and supports all modern browsers (Chrome, Edge, Firefox, Safari). You generally have two choices: This is uncompressed
To use a CDN, simply paste the tag provided by the provider into the or bottom of your HTML file. Which File Type Should You Choose?
You don’t actually have to host the jQuery file on your own server. You can load it via a Content Delivery Network (CDN). This often makes your site faster because the user might already have the file cached from another site. Popular CDN links include: Microsoft CDN cdnjs (Cloudflare)
To download, visit and right-click the link for the version you want, then select "Save Link As..." Understanding the Different Versions