You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/download.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,21 @@ To locally download these files, right-click the link and select "Save as..." fr
19
19
For help when upgrading jQuery, please see the [upgrade guide](/upgrade-guide/) most relevant to your version.
20
20
We also recommend using the [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate).
21
21
22
-
<ahref="https://code.jquery.com/jquery-3.7.0.min.js"download>Download the compressed, production jQuery 3.7.0</a>
22
+
<ahref="https://code.jquery.com/jquery-3.7.1.min.js"download>Download the compressed, production jQuery 3.7.1</a>
23
23
24
-
<ahref="https://code.jquery.com/jquery-3.7.0.js"download>Download the uncompressed, development jQuery 3.7.0</a>
24
+
<ahref="https://code.jquery.com/jquery-3.7.1.js"download>Download the uncompressed, development jQuery 3.7.1</a>
25
25
26
-
<ahref="https://code.jquery.com/jquery-3.7.0.min.map"download>Download the map file for jQuery 3.7.0</a>
26
+
<ahref="https://code.jquery.com/jquery-3.7.1.min.map"download>Download the map file for jQuery 3.7.1</a>
27
27
28
28
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:
29
29
30
-
<ahref="https://code.jquery.com/jquery-3.7.0.slim.min.js"download>Download the compressed, production jQuery 3.7.0 slim build</a>
30
+
<ahref="https://code.jquery.com/jquery-3.7.1.slim.min.js"download>Download the compressed, production jQuery 3.7.1 slim build</a>
31
31
32
-
<ahref="https://code.jquery.com/jquery-3.7.0.slim.js"download>Download the uncompressed, development jQuery 3.7.0 slim build</a>
32
+
<ahref="https://code.jquery.com/jquery-3.7.1.slim.js"download>Download the uncompressed, development jQuery 3.7.1 slim build</a>
33
33
34
-
<ahref="https://code.jquery.com/jquery-3.7.0.slim.min.map"download>Download the map file for the jQuery 3.7.0 slim build</a>
34
+
<ahref="https://code.jquery.com/jquery-3.7.1.slim.min.map"download>Download the map file for the jQuery 3.7.1 slim build</a>
35
35
36
-
[jQuery 3.7.0 blog post with release notes](https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/)
36
+
[jQuery 3.7.1 blog post with release notes](https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/)
37
37
38
38
## Downloading jQuery using npm or Yarn
39
39
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:
@@ -55,7 +55,7 @@ This will install jQuery to Bower's install directory, the default being `bower_
55
55
56
56
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:
0 commit comments