Kevin 08b0754135 grid programme | 4 vuotta sitten | |
---|---|---|
.. | ||
.npmignore | 4 vuotta sitten | |
README.md | 4 vuotta sitten | |
bower.json | 4 vuotta sitten | |
matches-selector.js | 4 vuotta sitten | |
package.json | 4 vuotta sitten | |
tests.html | 4 vuotta sitten | |
tests.js | 4 vuotta sitten |
matches
/matchesSelector
is pretty hot :fire:, but has vendor-prefix baggage :handbag: :pouch:. This helper function takes care of that, without polyfilling or augmenting Element.prototype
.
matchesSelector( elem, selector );
// for example
matchesSelector( myElem, 'div.my-hawt-selector' );
Download matches-selector.js
Install with Bower: bower install matches-selector
Install with npm: npm install desandro-matches-selector
IE10+, all modern browsers
Use matchesSelector v1 for IE8 and IE9 support.
matchesSelector is released under the MIT license