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: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
For information on how to get started and how to use jQuery, please see [jQuery's documentation](https://api.jquery.com/).
6
6
For source files and issues, please visit the [jQuery repo](https://github.com/jquery/jquery).
7
7
8
-
If upgrading, please see the [blog post for 4.0.0-beta.2](https://blog.jquery.com/2024/07/11/second-beta-of-jquery-4-0-0/). This includes notable differences from the previous version and a more readable changelog.
8
+
If upgrading, please see the [blog post for 4.0.0-rc.1](https://blog.jquery.com/2025/08/11/jquery-4-0-0-release-candidate-1/). This includes notable differences from the previous version and a more readable changelog.
9
9
10
10
## Including jQuery
11
11
@@ -16,30 +16,30 @@ Below are some of the most common ways to include jQuery.
@@ -48,14 +48,14 @@ However, named imports provide better interoperability across tooling and are th
48
48
Sometimes you don’t need AJAX, or you prefer to use one of the many standalone libraries that focus on AJAX requests. And often it is simpler to use a combination of CSS, class manipulation or the Web Animations API. Similarly, many projects opt into relying on native browser promises instead of jQuery Deferreds. Along with the regular version of jQuery that includes the `ajax`, `callbacks`, `deferred`, `effects` & `queue` modules, we’ve released a “slim” version that excludes these modules. You can load it as a regular script:
0 commit comments