Ross ROSS = Recommend OSS · open-source software intelligence for agents

jquery/sizzle

A sizzlin' hot selector engine. observed · 2026-08-28

github.com/jquery/sizzle · homepage · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

51/100

  • Activity 62
  • Release rhythm 8
  • Longevity 100

Flags: 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: 6583
  • days_rel: n/a
  • days_push: 231
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6302 stars · 928 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Sizzle is a pure-JavaScript, bottom-up CSS selector engine designed to be dropped into a host library, historically serving as jQuery's selector engine. It supports virtually all CSS3 selectors with results returned in document order across a wide range of browsers.

Use cases

  • add CSS selector querying to a custom JavaScript library
  • support CSS3 selectors in legacy browsers like IE7
  • parse and match complex CSS selector expressions in the DOM
  • build a DOM manipulation library without writing a selector engine
  • query DOM elements with selectors like :not(a.b) and nested pseudo-selectors

When to choose

  • you need a standalone selector engine for a host library or legacy browser support
  • you're maintaining or building on top of jQuery-era tooling

When to avoid

  • you're targeting modern browsers only - native querySelector/querySelectorAll covers this
  • you need a full DOM manipulation library - use jQuery instead

Facets

library · maturity maintenance

parser developer-tools web-development frontend parsers browser css-selectors dom selector-engine jquery nodejs javascript

3 sources

Member repositories

RepositoryRoleHealth v2
jquery/sizzlemain51

For agents

markdown · JSON · MCP: product_card(name="jquery/sizzle")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem