mythz/jquip
jQuery in Parts observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 5401
- days_rel: n/a
- days_push: 1084
- n_releases_24m: 0
Adoption not part of the score
1400 stars · 96 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
jquip is a modular, lightweight re-implementation of jQuery's most useful features, letting developers include only the parts they need (events, docready, css, ajax, query engines). Its core is only 6.6KB minified and gzipped, a fraction of full jQuery's size.
Use cases
- reduce javascript bundle size on a legacy web page
- use jquery-like dom manipulation without the full jquery download
- include only ajax or events functionality from jquery
- support old browsers like ie7 with on-demand sizzle shim
- build a lightweight mobile web app with minimal js
When to choose
- you need a tiny jquery-compatible dom library for a size-constrained page
- you want to cherry-pick only specific jquery features like events or ajax
- you're targeting very old browsers and want shims loaded on demand
When to avoid
- you're starting a modern project - use native dom apis or a maintained library
- you need full jquery compatibility or its plugin ecosystem
- you expect active maintenance and security updates
Facets
library · maturity abandoned
ui-components http-client middleware web-development frontend browser jquery dom-manipulation modular lightweight frontend-library javascript
1 source
- readme: https://github.com/mythz/jquip · fetched 2026-08-28 · 0ed765f09a38
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mythz/jquip | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem