Compressed and uncompressed copies of jQuery files are available. Uncompressed files are best used during development or debugging. Compressed files save bandwidth and improve performance in production environments. You can also download sourcemap files to use when debugging with compressed files. Users do not need a map file to run jQuery. Map files only improve the debugger experience for developers.

Use below link to download jQuery, to locally download these files, right-click the link and select “Save as” from the menu and save it on your desired location for your use.

jQuery Downloading links:

For help when upgrading jQuery, please see the upgrade guide most relevant to your version. We also recommend using the jQuery Migrate plugin.

Download the compressed, production jQuery 3.7.1

Download the uncompressed, development jQuery 3.7.1

Download the map file for jQuery 3.7.1

You can also use the slim build, which excludes the ajax and effects modules:

Download the compressed, production jQuery 3.7.1 slim build

Download the uncompressed, development jQuery 3.7.1 slim build

Download the map file for the jQuery 3.7.1 slim build

Using jQuery with a CDN

The following CDNs also host compressed and uncompressed versions of jQuery releases. Starting with jQuery 1.9 they may also host sourcemap files; check the site’s documentation. Please note that Beta and release candidates are not hosted by these CDNs

  1. Google CDN
  2. Microsoft CDN
  3. CDNJS CDN
  4. jsDelivr CDN

Downloading jQuery using npm or Yarn

 You can install the latest version of jQuery with the npm CLI command.

npm install jquery

You can use the Yarn CLI command & bower as given below:

yarn add jquery


bower install jquery

Please note that all past releases can be found on the jQuery CDN.

More on jQuery:

Leave a Reply

Your email address will not be published. Required fields are marked *

Explore More

How to Center a Popup Window on Screen

JavaScript window.open() method is used to open a popup window. This popup window will be placed in the center of the screen. This example creates the pop-up window without placing it into

How to hide URL in the popup window opened using window.open

If you are using below code to open a popup window in your web page, then address must be appearing in you pop up window and f you want to

window.showModalDialog is deprecated in Edge and Chrome

If you have a website being compatible with Edge/Chrome and in past it was only compatible with IE 11 and if you are using window.showModalDailog in your JavaScript code, then