Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ To locally download these files, right-click the link and select "Save as..." fr
For help when upgrading jQuery, please see the [upgrade guide](/upgrade-guide/) most relevant to your version.
We also recommend using the [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate).

<a href="https://code.jquery.com/jquery-3.4.1.min.js" download>Download the compressed, production jQuery 3.4.1</a>
<a href="https://code.jquery.com/jquery-3.5.0.min.js" download>Download the compressed, production jQuery 3.5.0</a>

<a href="https://code.jquery.com/jquery-3.4.1.js" download>Download the uncompressed, development jQuery 3.4.1</a>
<a href="https://code.jquery.com/jquery-3.5.0.js" download>Download the uncompressed, development jQuery 3.5.0</a>

<a href="https://code.jquery.com/jquery-3.4.1.min.map" download>Download the map file for jQuery 3.4.1</a>
<a href="https://code.jquery.com/jquery-3.5.0.min.map" download>Download the map file for jQuery 3.5.0</a>

You can also use the slim build, which excludes the [ajax](https://api.jquery.com/category/ajax/) and [effects](https://api.jquery.com/category/effects/) modules:

<a href="https://code.jquery.com/jquery-3.4.1.slim.min.js" download>Download the compressed, production jQuery 3.4.1 slim build</a>
<a href="https://code.jquery.com/jquery-3.5.0.slim.min.js" download>Download the compressed, production jQuery 3.5.0 slim build</a>

<a href="https://code.jquery.com/jquery-3.4.1.slim.js" download>Download the uncompressed, development jQuery 3.4.1 slim build</a>
<a href="https://code.jquery.com/jquery-3.5.0.slim.js" download>Download the uncompressed, development jQuery 3.5.0 slim build</a>

<a href="https://code.jquery.com/jquery-3.4.1.slim.min.map" download>Download the map file for the jQuery 3.4.1 slim build</a>
<a href="https://code.jquery.com/jquery-3.5.0.slim.min.map" download>Download the map file for the jQuery 3.5.0 slim build</a>

[jQuery 3.4.1 release notes](https://blog.jquery.com/2019/05/01/jquery-3-4-1-triggering-focus-events-in-ie-and-finding-root-elements-in-ios-10/)
[jQuery 3.5.0 release notes](https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/)

## Downloading jQuery using npm or Yarn
jQuery is registered as [a package](https://www.npmjs.com/package/jquery) on [npm](https://www.npmjs.com/). You can install the latest version of jQuery with the npm CLI command:
Expand All @@ -55,7 +55,7 @@ This will install jQuery to Bower's install directory, the default being `bower_

The jQuery Bower package contains additional files besides the default distribution. In most cases you can ignore these files, however if you wish to download the default release on its own you can use Bower to install jQuery from one of the above urls instead of the registered package. For example, if you wish to install just the compressed jQuery file, you can install just that file with the following command:
```
bower install https://code.jquery.com/jquery-3.4.1.min.js
bower install https://code.jquery.com/jquery-3.5.0.min.js
```

## jQuery Migrate Plugin
Expand Down
2 changes: 1 addition & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="/download/" class="button large">
<span class="download"></span>
Download jQuery
<span>v3.4.1</span>
<span>v3.5.0</span>
<span class="support-notice">The 1.x and 2.x branches no longer receive patches.</span>
</a>
<div class="download-options">
Expand Down