dom-select

DOM Selector Library With Fallback Support

BSD 7 个版本
安装
npm install dom-select
yarn add dom-select
pnpm add dom-select
bun add dom-select
README

dom-select

DOM Selector Library. (With Fallback Support, in v0.x.x versions)

var select = require('dom-select')

select('.foo a[href=bar]')
// => [Element]

select.all('.foo a[href=bar]')
// => [[Element], [Element], [Element]]

Install

$ npm install dom-select
版本列表
2.0.0 2016-03-22
1.1.1 2016-04-09
1.1.0 2015-11-25
1.0.1 2015-11-17
1.0.0 2015-11-17
0.0.1-security 2016-03-23
0.0.0 2014-05-11