matches-selector

1.2.0 • Public • Published

matches-selector

Check if an element matches a given selector. For use with browserify.

Dependency Status NPM version

browser support

Installation

$ npm install matches-selector

Example

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

Running Tests

Tests can be easilly run locally in the browser of your choice, and have passed if it ends with # ok. They are also run on testling-ci when pushed to the repository:

npm install
npm test

To re-run tests after making changes, just refresh your browser

License

MIT

Dependents (63)

Package Sidebar

Install

npm i matches-selector

Weekly Downloads

119,717

Version

1.2.0

License

MIT

Last publish

Collaborators

  • forbeslindesay