0.1.0 • Published 13 years ago
matches-selector-shim v0.1.0
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.
0.1.0
13 years ago