1.1.1 • Published 8 years ago

dom-select v1.1.1

Weekly downloads
692
License
BSD
Repository
github
Last release
8 years ago

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