JSPM

  • Created
  • Published
  • Downloads 737
  • Score
    100M100P100Q97826F
  • License BSD

DOM Selector Library With Fallback Support

Package Exports

  • select-dom

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (select-dom) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

dom-select

DOM Selector Library With Fallback Support

select = require('select-dom')

select('.foo a[href=bar]')
// => [Element]

select.all('.foo a[href=bar]')
// => [[Element], [Element], [Element]]

Install

$ npm install dom-select