matches-selector-shim
v0.1.0
Published
Shim for matchesSelector in IE8
Readme
matches-selector-shim
Shim for matchesSelector in IE8.
Installation
npm install matches-selector-shimAPI
var matchesSelector = require('matches-selector-shim'),
byTag = require('dom-essentials/by').tag,
lis = byTag('li');
console.log(matchesSelector(lis, 'li')); // trueContributors
License
MIT License.
