Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. 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 3.x jQuery Core 3.7.1: uncompressed, …

  5. jQuery () | jQuery API Documentation

    In the first formulation listed above, jQuery() — which can also be written as $() — searches through the DOM for any elements that match the provided selector and creates a new jQuery object that …

  6. 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, …

  7. 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 …

  8. 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 …

  9. About jQuery | jQuery Learning Center

    Apr 23, 2024 · One important thing to know is that jQuery is just a JavaScript library. All the power of jQuery is accessed via JavaScript, so having a strong grasp of JavaScript is essential for …

  10. $ 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 …