# mythz/jquip

jQuery in Parts

Repository: https://github.com/mythz/jquip
Canonical: https://ross.abutalabs.com/products/jquip
Language: JavaScript
License Family: other
Last push: 2023-09-14T10:26:50+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5401, "days_push": 1084, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1400, forks 96 (observed 2026-08-28T04:04:37.091021+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: ui-components, http-client, middleware
- domain: web-development, frontend
- platform: browser
- tags: jquery, dom-manipulation, modular, lightweight, frontend-library, javascript

## Member repositories
- mythz/jquip (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:37.091021+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:39:07.075833+00:00, confidence not recorded.
  - readme: https://github.com/mythz/jquip (fetched 2026-08-28T04:04:37.091021+00:00, sha 0ed765f09a38)
- Data as of 2026-08-30T08:39:29.467469+00:00.
