/
var
/
www
/
cobraambalaj
/
node_modules
/
matches-selector
/
/var/www/cobraambalaj/node_modules/matches-selector
mkdir
upload
Name
Size
Mode
Actions
test/
-
0755
rm
.npmignore
12
0644
edit
dl
rm
index.js
696
0644
edit
dl
rm
LICENSE
1058
0644
edit
dl
rm
package.json
2079
0644
edit
dl
rm
Readme.md
941
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/matches-selector/Readme.md
(941B)
# matches-selector Check if an element matches a given selector. For use with browserify. [](https://gemnasium.com/ForbesLindesay/matches-selector) [](http://badge.fury.io/js/matches-selector) [](https://ci.testling.com/ForbesLindesay/matches-selector) ## Installation $ npm install matches-selector ## Example ```js 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
Save
cmd:
run