scopesessions.org/_site/bower_components/desandro-matches-selector
Kiritan Flux 83558f7bce - update
2018-12-05 13:22:41 +01:00
..
bower.json added missing vimeo urls to existing talks 2017-01-22 18:36:33 +01:00
matches-selector.js - update 2018-12-05 13:22:41 +01:00
README.md added missing vimeo urls to existing talks 2017-01-22 18:36:33 +01:00

matchesSelector helper

matches/matchesSelector is pretty hot 🔥, but has vendor-prefix baggage 👜 👝. This helper function takes care of that, without polyfilling or augmenting Element.prototype.

matchesSelector( elem, selector );
// for example
matchesSelector( myElem, 'div.my-hawt-selector' );

Install

Download matches-selector.js

Install with Bower: bower install matches-selector

Install with npm: npm install desandro-matches-selector

Browser support

IE10+, all modern browsers

Use matchesSelector v1 for IE8 and IE9 support.

MIT license

matchesSelector is released under the MIT license