CSS selector engine supporting jQuery selectors, based on css-selectarrow-up-right.
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.
:not(:positional)
:positional
This library is a thin wrapper around css-selectarrow-up-right. Only use this module if you will actually use jQuery positional selectors.
Last updated 4 months ago