CSS selector engine supporting jQuery selectors
npm install cheerio-select-tmp
yarn add cheerio-select-tmp
pnpm add cheerio-select-tmp
bun add cheerio-select-tmp
CSS selector engine supporting jQuery selectors, based on css-select.
css-select
Supports all jQuery positional pseudo-selectors:
:first
:last
:eq
:nth
:gt
:lt
:even
:odd
:not(:positional)
:positional
This library is a thin wrapper around css-select. Only use this module if you will actually use jQuery positional selectors.