component-matches-selector

Check if an element matches a given selector


Keywords
match, element, selector
License
MIT
Install
npm install component-matches-selector@0.1.7

Documentation

matches-selector

Check if an element matches a given selector.

Installation

$ component install component/matches-selector

Example

var matches = require('matches-selector');
matches(el, 'ul li a');
// => true

License

MIT