
jQuery
What is jQuery? jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an …
Download jQuery
To use the jQuery CDN, reference the file in the script tag directly from the jQuery CDN domain. You can get the complete script tag, including Subresource Integrity attribute, by visiting …
jQuery CDN
jQuery CDN – Latest Stable Versions Powered by jQuery Core Showing the latest stable release in each major branch. See all versions of jQuery Core. jQuery 4.x jQuery Core 4.0.0: script: uncompressed, …
jQuery API Documentation
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that …
jQuery () | jQuery API Documentation
Calling the jQuery() method with no arguments returns an empty jQuery set (with a .length property of 0). Similarly, if an argument of null, undefined, an empty array ([]), or an empty string ("") is passed, …
jQuery Learning Center
There's a lot more to learn about building web sites and applications with jQuery than can fit in API documentation. If you're looking for explanations of the basics, workarounds for common problems, …
How jQuery Works | jQuery Learning Center
Apr 23, 2024 · Note: The jQuery library exposes its methods and properties via two properties of the window object called jQuery and $. $ is simply an alias for jQuery and it's often employed because …
jQuery 4.0.0 | Official jQuery Blog
Jan 17, 2026 · Now, 20 years later, the jQuery team is happy to announce the final release of jQuery 4.0.0. After a long development cycle and several pre-releases, jQuery 4.0.0 brings many …
$ vs $ () | jQuery Learning Center
Apr 23, 2024 · Most jQuery methods are called on jQuery objects as shown above; these methods are said to be part of the $.fn namespace, or the "jQuery prototype," and are best thought of as jQuery …
Using jQuery Core | jQuery Learning Center
Aug 4, 2023 · How do I select an element by an ID that has characters used in CSS notation? How do I disable/enable a form element? How do I check/uncheck a checkbox input or radio button? How do I …