https://github.com/npm-dom/dom-select
Select DOM
https://github.com/npm-dom/dom-select
Last synced: about 1 month ago
JSON representation
Select DOM
- Host: GitHub
- URL: https://github.com/npm-dom/dom-select
- Owner: npm-dom
- Created: 2014-05-11T21:09:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T15:53:02.000Z (over 9 years ago)
- Last Synced: 2025-10-30T11:19:37.013Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://npm.im/dom-select
- Size: 6.84 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_frontend_development_resources - dom-select - Select DOM. (DOM / React Components)
- awesome - dom-select - Select DOM. (DOM / React Components)
README
## dom-select
DOM Selector Library. ([With Fallback Support](http://npmjs.org/qwery), in v0.x.x versions)
```js
var select = require('dom-select')
select('.foo a[href=bar]')
// => [Element]
select.all('.foo a[href=bar]')
// => [[Element], [Element], [Element]]
```
## Install
```bash
$ npm install dom-select
```