An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
```