dowjones/intentionjs
A library for intentionally dealing with responsive design 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: 5158
- days_rel: n/a
- days_push: 4305
- n_releases_24m: 0
Adoption not part of the score
1112 stars · 108 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Intention.js is a lightweight JavaScript library from Dow Jones that manipulates the DOM via HTML attributes to handle responsive design on a per-element basis. It lets developers declare how elements should change (classes, attributes, placement) across device contexts like width thresholds, orientation, touch, and high-res displays.
Use cases
- restructure html elements responsively without media query css overrides
- swap image sources per device breakpoint via html attributes
- move advertising markup placement depending on desktop vs mobile
- apply different classes to elements on mobile vs tablet
- load alternate widgets on touch-enabled devices
- trigger custom javascript when a responsive context changes
When to choose
- you want responsive DOM restructuring declared directly in html attributes
- you need per-element responsive behavior beyond what css media queries offer
- your stack already uses jquery and underscore
When to avoid
- starting a new project - the library is unmaintained with no releases since 2014
- you prefer modern responsive techniques like css media queries, container queries, or framework-based approaches
- you want to avoid jquery/underscore dependencies
Facets
library · maturity abandoned
frontend-framework ui-components state-management web-development frontend web-design browser responsive-design dom-manipulation html-attributes media-queries jquery dow-jones javascript
2 sources
- readme: https://github.com/dowjones/intentionjs · fetched 2026-08-28 · 37c84b8334c3
- homepage: http://intentionjs.com · fetched 2026-08-29 · 411264f70941
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dowjones/intentionjs | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="dowjones/intentionjs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem