patch.dom-select
v1.0.1
Published
## :warning: DEPRECATED :warning:
Downloads
3
Readme
dom-select
:warning: DEPRECATED :warning:
This module exists to fix some kik/Azer issues. New projects should not depend on this.
DOM Selector Library With Fallback Support
var select = require('select-dom')
select('.foo a[href=bar]')
// => [Element]
select.all('.foo a[href=bar]')
// => [[Element], [Element], [Element]]