您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Nikola Ignjatovic d724149647 Init commit 4 年前
..
lib Init commit 4 年前
LICENSE Init commit 4 年前
README.md Init commit 4 年前
package.json Init commit 4 年前

README.md

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.