Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
edited body
Source Link

When asking jQuery related-related questions, you should:

When asking jQuery related questions, you should:

When asking jQuery-related questions, you should:

jQuery (Core) is a cross-browser JavaScript library (created by John Resig) that provides abstractions for common client-side tasks such as DOM traversal, DOM manipulation, event handling, animation, and AJAX.

  • DOM element selections using the multi-browser open source-source selector engine Sizzle, a spin-off of the jQuery project
  • DOM traversal and modification (including support for CSS 1–3)
  • DOM manipulation based on CSS selectors that use node element names and attributes (e.g. ID and class) as criteria to build selectors
  • Events
  • Effects and animations
  • AJAX
  • JSON parsing (for older browsers)
  • Extensibility through plug-ins
  • Utilities such as user agent information, feature detection
  • Compatibility methods that are natively available in modern browsers but need fallbacks for older ones - For example, the inArray() and each() functions
  • Multi-browser (not to be confused with cross-browser) support
  • cdnjs - Cloudflare community driven project, currently used by ~1,143,000 websites worldwide.
  • jsdelivr - An equally free and open source-source alternative CDN to cdnjs.

jQuery (Core) is a cross-browser JavaScript library (created by John Resig) that provides abstractions for common client-side tasks such as DOM traversal, DOM manipulation, event handling, animation and AJAX.

  • DOM element selections using the multi-browser open source selector engine Sizzle, a spin-off of the jQuery project
  • DOM traversal and modification (including support for CSS 1–3)
  • DOM manipulation based on CSS selectors that use node element names and attributes (e.g. ID and class) as criteria to build selectors
  • Events
  • Effects and animations
  • AJAX
  • JSON parsing (for older browsers)
  • Extensibility through plug-ins
  • Utilities such as user agent information, feature detection
  • Compatibility methods that are natively available in modern browsers but need fallbacks for older ones - For example, the inArray() and each() functions
  • Multi-browser (not to be confused with cross-browser) support
  • cdnjs - Cloudflare community driven project, currently used by ~1,143,000 websites worldwide.
  • jsdelivr - An equally free and open source alternative CDN to cdnjs.

jQuery (Core) is a cross-browser JavaScript library (created by John Resig) that provides abstractions for common client-side tasks such as DOM traversal, DOM manipulation, event handling, animation, and AJAX.

  • DOM element selections using the multi-browser open-source selector engine Sizzle, a spin-off of the jQuery project
  • DOM traversal and modification (including support for CSS 1–3)
  • DOM manipulation based on CSS selectors that use node element names and attributes (e.g. ID and class) as criteria to build selectors
  • Events
  • Effects and animations
  • AJAX
  • JSON parsing (for older browsers)
  • Extensibility through plug-ins
  • Utilities such as user agent information, feature detection
  • Compatibility methods that are natively available in modern browsers but need fallbacks for older ones - For example, the inArray() and each() functions
  • Multi-browser (not to be confused with cross-browser) support
  • cdnjs - Cloudflare community driven project, currently used by ~1,143,000 websites worldwide.
  • jsdelivr - An equally free and open-source alternative CDN to cdnjs.
deleted 25 characters in body
Source Link
Abdulla Nilam
  • 39.3k
  • 18
  • 85
  • 107
Loading
added 5 characters in body
Source Link
NearHuscarl
  • 82.8k
  • 24
  • 321
  • 287
Loading
deleted 1 character in body
Source Link
dippas
  • 60.8k
  • 15
  • 125
  • 133
Loading
Doesn't require a tag to refer tag.
Source Link
Loading
Loading
https
Source Link
Cœur
  • 38.9k
  • 25
  • 206
  • 281
Loading
no referrals in tag wiki
Source Link
Cœur
  • 38.9k
  • 25
  • 206
  • 281
Loading
Minor edits to formatting
Source Link
Henrik Andersson
  • 47.4k
  • 16
  • 100
  • 94
Loading
Change url link https to http for cycle2 plugin for details see https://meta.stackoverflow.com/questions/364376/jquery-tag-info-popular-plugins-section-cycle2-plugin-have-invalid-link/364377#364377
Source Link
Loading
update outdated release notes link, remove current version number (bound to go outdated, not useful here)
Source Link
Loading
Minor improvements in the description
Source Link
Lajos Arpad
  • 79.4k
  • 41
  • 120
  • 230
Loading
Grammar
Source Link
Lajos Arpad
  • 79.4k
  • 41
  • 120
  • 230
Loading
Remove link to Stack Overflow documentation
Source Link
Loading
Perhaps a nitpick, but Ajax should be written as AJAX, an acronym
Source Link
Loading
Latest stable version (3.x branch) updated to 3.2.1
Source Link
Loading
Define acronyms before use. Removed redundancy. Replaced AJAX with Ajax for internal consistency.
Source Link
Loading
Fix wording in YUI link in Alternatives/Competitors section
Source Link
Loading
1
2 3 4 5
7