Skip to content

Commit

Permalink
Index:Download: Update to jQuery 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Jul 13, 2016
1 parent 87fb44c commit 4f95c63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ To locally download these files, right-click the link and select "Save as..." fr
For help when upgrading jQuery, please see the [upgrade guide](https://jquery.com/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.0.0.min.js" download>Download the compressed, production jQuery 3.0.0</a>
<a href="https://code.jquery.com/jquery-3.1.0.min.js" download>Download the compressed, production jQuery 3.1.0</a>

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

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

[jQuery 3.0.0 release
notes](http://blog.jquery.com/2016/06/09/jquery-3-0-final-released/)
[jQuery 3.1.0 release
notes](https://blog.jquery.com/2016/07/07/jquery-3-1-0-released-no-more-silent-errors/)

## Downloading jQuery using npm
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 command:
Expand All @@ -44,7 +44,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.0.0.min.js
bower install https://code.jquery.com/jquery-3.1.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.0.0</span>
<span>v3.1.0</span>
</a>
<div class="download-options">
<a href="https://github.com/jquery/jquery">View Source on GitHub →</a>
Expand Down

0 comments on commit 4f95c63

Please sign in to comment.