jquery/jquery
jQuery JavaScript Library observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 34
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6361
- days_rel: 228
- days_push: 13
- n_releases_24m: 1
Adoption not part of the score
59774 stars · 20374 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
jQuery is a fast, small, feature-rich JavaScript library for HTML document traversal and manipulation, event handling, animation, and Ajax with a cross-browser API. Version 4.0 is the current fully supported release, while 3.x receives only critical updates.
Use cases
- manipulate html dom elements with css selectors
- handle browser events like clicks in javascript
- make ajax requests to fetch data from an api
- add animations and effects to web pages
- support older browsers like ie in web apps
- traverse and modify the dom in a browser extension
When to choose
- you need consistent cross-browser DOM behavior including legacy browsers
- you maintain an existing codebase already built on jQuery
- you want a tiny dependency for simple DOM manipulation and Ajax
When to avoid
- you are starting a modern SPA with a framework like React or Vue
- you only need modern DOM APIs available natively in current browsers
- you need reactive state management or component architecture
Facets
library · maturity stable
ui-components http-client animation frontend-framework web-development frontend cross-platform browser browser-extension dom-manipulation ajax event-handling css-selectors javascript nodejs
6 sources
- readme: https://github.com/jquery/jquery · fetched 2026-08-28 · e5289e87a6ef
- homepage: https://jquery.com · fetched 2026-08-28 · 1dc3553a488e
- site_page: https://learn.jquery.com/about-jquery/how-jquery-works/ · fetched 2026-08-28 · fe840ac173e3
- registry_npm: https://registry.npmjs.org/jquery · fetched 2026-08-28 · f27ef95bd46a
- site_page: https://api.jquery.com/ · fetched 2026-08-28 · a330f905d298
- site_page: https://api.jquery.com · fetched 2026-08-28 · a330f905d298
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jquery/jquery | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem