remy/min.js
Super minimal selector and event library 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4887
- days_rel: n/a
- days_push: 4790
- n_releases_24m: 0
Adoption not part of the score
1094 stars · 81 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
min.js is a super tiny JavaScript library for simple DOM querying and event listener binding, returning raw DOM nodes for direct manipulation. It offers jQuery-like selectors, event binding/triggering, and chaining in a minimal footprint.
Use cases
- query dom elements with css selectors
- bind click events without jquery
- trigger custom events in the browser
- loop over matched dom elements
- chain event handlers on elements
- tiny dom library for simple pages
When to choose
- you need a minimal jquery-like selector and event library
- you want raw dom nodes without wrapper objects
- page weight matters more than features
When to avoid
- you need event unbinding support
- you need ajax, animations, or ie8 compatibility
- you want an actively maintained library
Facets
library · maturity abandoned
ui-components web-framework web-development frontend browser dom-manipulation event-handling micro-library selector-engine jquery-alternative
1 source
- readme: https://github.com/remy/min.js · fetched 2026-08-28 · b6365dafbbe5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| remy/min.js | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem