From 196c766b59168f17c060ad3af6721b5edbc9708f Mon Sep 17 00:00:00 2001
From: HermitAssociation <112758548+HermitShamiko@users.noreply.github.com>
Date: Sun, 18 Jan 2026 12:56:53 +0800
Subject: [PATCH 1/2] Update download.md
Fix the blog link error on the download page
---
pages/download.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/download.md b/pages/download.md
index 9aa5657..44c9e34 100644
--- a/pages/download.md
+++ b/pages/download.md
@@ -12,7 +12,7 @@ Download the compressed, production version:
* [Download the uncompressed development version of jQuery 4.0.0](https://code.jquery.com/jquery-4.0.0.js)
* [Download the map file for jQuery 4.0.0](https://code.jquery.com/jquery-4.0.0.min.map)
-* [jQuery 4.0.0 blog post with release notes](https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/)
+* [jQuery 4.0.0 blog post with release notes](https://blog.jquery.com/2026/01/17/jquery-4-0-0/)
The slim build is a smaller version, that excludes the [ajax](https://api.jquery.com/category/ajax/) and [effects](https://api.jquery.com/category/effects/) modules:
From b151f8f33ef1c3cf14d8d9dab6d9cc7204278e71 Mon Sep 17 00:00:00 2001
From: HermitAssociation <1457309634@qq.com>
Date: Thu, 12 Mar 2026 15:42:28 +0800
Subject: [PATCH 2/2] Update download.md
Simplified download page, supports dual version downloads
---
pages/download.md | 45 ++++++++++++++++++++++++++++++++++++++-------
1 file changed, 38 insertions(+), 7 deletions(-)
diff --git a/pages/download.md b/pages/download.md
index b32a4f7..71fefc9 100644
--- a/pages/download.md
+++ b/pages/download.md
@@ -10,17 +10,48 @@ To locally download these files, right-click the link and select "Save as..." fr
Download the compressed, production version:
-Download jQuery 4.0.0
+
+-
-* [Download the uncompressed development version of jQuery 4.0.0](https://code.jquery.com/jquery-4.0.0.js)
-* [Download the map file for jQuery 4.0.0](https://code.jquery.com/jquery-4.0.0.min.map)
-* [jQuery 4.0.0 blog post with release notes](https://blog.jquery.com/2026/01/17/jquery-4-0-0/)
+### 4.0.0(Maintenance)
+* [Changelog](https://blog.jquery.com/2026/01/17/jquery-4-0-0/) / [Upgrade](https://jquery.com/upgrade-guide/4.0/)
+
+#### Full build
+
+* [Minified](https://code.jquery.com/jquery-4.0.0.min.js)
+* [Uncompressed development](https://code.jquery.com/jquery-4.0.0.js)
+* [Map file](https://code.jquery.com/jquery-4.0.0.min.map)
+
+#### Slim build
+
+The slim build is a smaller version, that excludes the [ajax](https://api.jquery.com/category/ajax/) and [effects](https://api.jquery.com/category/effects/) modules:
+
+* [Minified](https://code.jquery.com/jquery-4.0.0.slim.min.js)
+* [Uncompressed development](https://code.jquery.com/jquery-4.0.0.slim.js)
+* [Map file](https://code.jquery.com/jquery-4.0.0.slim.min.map)
+
+
+-
+
+### 3.7.1(Limited maintenance)
+* [Changelog](https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/) / [Upgrade](https://jquery.com/upgrade-guide/3.5/)
+
+#### Full build
+
+* [Minified](https://code.jquery.com/jquery-3.7.1.min.js)
+* [Uncompressed development](https://code.jquery.com/jquery-3.7.1.js)
+* [Map file](https://code.jquery.com/jquery-3.7.1.min.map)
+
+#### Slim build
The slim build is a smaller version, that excludes the [ajax](https://api.jquery.com/category/ajax/) and [effects](https://api.jquery.com/category/effects/) modules:
-* [Download jQuery 4.0.0 slim build](https://code.jquery.com/jquery-4.0.0.slim.min.js)
-* [Download the uncompressed development version of the jQuery 4.0.0 slim build](https://code.jquery.com/jquery-4.0.0.slim.js)
-* [Download the map for the jQuery 4.0.0 slim build](https://code.jquery.com/jquery-4.0.0.slim.min.map)
+* [Minified](https://code.jquery.com/jquery-3.7.1.slim.min.js)
+* [Uncompressed development](https://code.jquery.com/jquery-3.7.1.slim.js)
+* [Map file](https://code.jquery.com/jquery-3.7.1.slim.min.map)
+
+
+
The uncompressed version is best used during development or debugging; the compressed file saves bandwidth and improves performance in production. You can download the [source map](https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) file to help with debugging the compressed production version. The source map is _not_ required for end-users to run jQuery; it is a tool to help improve a developer's debugging experience. As of jQuery 1.11/2.1, we [no longer link source maps](https://blog.jquery.com/2014/01/24/jquery-1-11-and-2-1-released/) to compressed releases by default.