menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right ... chevron_right node_modules chevron_right cheerio-select-tmp
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    lightbulb_outline 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.