jQuery logo

jQuery

jQuery is a fast, small, and feature-rich JavaScript library that makes HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. Only about 30kB minified and gzipped, available as an AMD module, and CSS3 compliant. jQuery 4.0 is the current release; jQuery 3.x receives critical updates only.

2 APIs 0 Features
AJAXDOM ManipulationFront-EndJavaScriptLibrary

APIs

jQuery Core API

The core jQuery API for DOM manipulation, event handling, AJAX, effects, animation, and other JavaScript utilities. Documents selectors, methods, and events for working with the...

jQuery CDN

Content Delivery Network endpoints for serving jQuery and related plugin library files (jQuery, jQuery UI, jQuery Mobile, QUnit, Color, PEP) over HTTPS for direct inclusion in w...

Resources

🔗
Website
Website
🔗
Documentation
Documentation
📰
Blog
Blog
👥
GitHub Organization
GitHub Organization
💻
Source Code
Source Code
🔗
License
License
🔗
Issues
Issues
🔗
NPM
NPM
🔗
Contributing
Contributing
🔗
Community
Community

Sources

apis.yml Raw ↑
aid: jquery
name: jQuery
description: >-
  jQuery is a fast, small, and feature-rich JavaScript library that makes HTML
  document traversal and manipulation, event handling, animation, and Ajax much
  simpler with an easy-to-use API that works across a multitude of browsers.
  Only about 30kB minified and gzipped, available as an AMD module, and CSS3
  compliant. jQuery 4.0 is the current release; jQuery 3.x receives critical
  updates only.
type: Index
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - AJAX
  - DOM Manipulation
  - Front-End
  - JavaScript
  - Library
url: https://raw.githubusercontent.com/api-evangelist/jquery/refs/heads/main/apis.yml
created: '2024-01-01'
modified: '2026-04-28'
specificationVersion: '0.19'
apis:
  - aid: jquery:jquery-core-api
    name: jQuery Core API
    description: >-
      The core jQuery API for DOM manipulation, event handling, AJAX, effects,
      animation, and other JavaScript utilities. Documents selectors, methods,
      and events for working with the DOM in a cross-browser way.
    humanURL: https://api.jquery.com
    tags:
      - AJAX
      - DOM
      - Events
      - JavaScript
    properties:
      - type: Documentation
        url: https://api.jquery.com
      - type: Getting Started
        url: https://learn.jquery.com
      - type: Reference
        url: https://api.jquery.com/category/all/
  - aid: jquery:jquery-cdn
    name: jQuery CDN
    description: >-
      Content Delivery Network endpoints for serving jQuery and related plugin
      library files (jQuery, jQuery UI, jQuery Mobile, QUnit, Color, PEP) over
      HTTPS for direct inclusion in web pages.
    humanURL: https://code.jquery.com
    baseURL: https://code.jquery.com
    tags:
      - CDN
      - JavaScript
      - Library
    properties:
      - type: Documentation
        url: https://jquery.com/download/
      - type: CDN
        url: https://code.jquery.com/jquery-4.0.0.min.js
common:
  - type: Website
    url: https://jquery.com
  - type: Documentation
    url: https://api.jquery.com
  - type: Blog
    url: https://blog.jquery.com
  - type: GitHub Organization
    url: https://github.com/jquery
  - type: Source Code
    url: https://github.com/jquery/jquery
  - type: License
    url: https://github.com/jquery/jquery/blob/main/LICENSE.txt
  - type: Issues
    url: https://github.com/jquery/jquery/issues
  - type: NPM
    url: https://www.npmjs.com/package/jquery
  - type: Contributing
    url: https://contribute.jquery.org
  - type: Community
    url: https://forum.jquery.com
maintainers:
  - FN: Kin Lane
    email: [email protected]