Skip to content

npm-dom/dom-select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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