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