|
il y a 2 ans | |
---|---|---|
.. | ||
test | il y a 2 ans | |
.npmignore | il y a 2 ans | |
LICENSE | il y a 2 ans | |
Readme.md | il y a 2 ans | |
index.js | il y a 2 ans | |
package.json | il y a 2 ans |
Check if an element matches a given selector. For use with browserify.
$ npm install matches-selector
var matches = require('matches-selector');
matches(el, 'ul li a');
// => true or false
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
MIT