cheerio-select

CSS selector engine supporting jQuery selectors

BSD-2-Clause 12 个版本
安装
npm install cheerio-select
yarn add cheerio-select
pnpm add cheerio-select
bun add cheerio-select
README

cheerio-select NPM version Build Status Downloads Coverage

CSS selector engine supporting jQuery selectors, based on css-select.

Supports all jQuery positional pseudo-selectors:

  • :first
  • :last
  • :eq
  • :nth
  • :gt
  • :lt
  • :even
  • :odd
  • :not(:positional), where :positional is any of the above.

This library is a thin wrapper around css-select. Only use this module if you will actually use jQuery positional selectors.

版本列表
2.1.0 2022-05-16
2.0.0 2022-04-30
1.6.0 2022-03-28
1.5.0 2021-06-07
1.4.0 2021-04-16
1.3.0 2021-04-08
1.2.0 2021-02-11
1.1.0 2021-01-07
1.0.0 2020-12-25
0.0.3 2012-05-29
0.0.2 2012-05-27
0.0.1 2012-05-24