From d02d29e587025562f1004fb73d5b5ab8805b1d97 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Sat, 17 Jan 2026 20:54:51 -0600 Subject: [PATCH] Release: update jQuery to 4.0.0 --- pages/download.md | 14 +++++++------- pages/index.html | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/download.md b/pages/download.md index ca18da4..9aa5657 100644 --- a/pages/download.md +++ b/pages/download.md @@ -8,17 +8,17 @@ To locally download these files, right-click the link and select "Save as..." fr Download the compressed, production version: -Download jQuery 3.7.1 +Download jQuery 4.0.0 -* [Download the uncompressed development version of jQuery 3.7.1](https://code.jquery.com/jquery-3.7.1.js) -* [Download the map file for jQuery 3.7.1](https://code.jquery.com/jquery-3.7.1.min.map) -* [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/) +* [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/) 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 3.7.1 slim build](https://code.jquery.com/jquery-3.7.1.slim.min.js) -* [Download the uncompressed development version of the jQuery 3.7.1 slim build](https://code.jquery.com/jquery-3.7.1.slim.js) -* [Download the map for the jQuery 3.7.1 slim build](https://code.jquery.com/jquery-3.7.1.slim.min.map) +* [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) 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. diff --git a/pages/index.html b/pages/index.html index e91d4ce..c530665 100644 --- a/pages/index.html +++ b/pages/index.html @@ -13,7 +13,7 @@ Download jQuery - v3.7.1 + v4.0.0