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
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:
- How to Center a Popup Window on Screen
- How to hide URL in the popup window opened using window.open
- window.showModalDialog is deprecated in Edge and Chrome
- Cloning JavaScript Object with Object.create
- Set new Attribute in XML using jQuery
- DOMParser: parseFromString() method
- What is the use of attr() method in jQuery?
- What is jQuery CDN?
- Difference between $(this) and ‘this’ in jQuery
- jQuery important questions
- Checkbox validation in jQuery
- Difference between offset and position in jQuery?
- How to change the background image using jQuery?
- jQuery Methods
- jQuery Selectors
- jQuery Downloading
- jQuery History