forked from subtleGradient/slick
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
// IE 8 "mode"
Element.prototype.matchesSelector =
Element.prototype.msMatchesSelector =
Element.prototype.mozMatchesSelector =
Element.prototype.OMatchesSelector =
Element.prototype.oMatchesSelector =
Element.prototype.webkitMatchesSelector = null;
var div = document.createElement('div');
div.innerHTML = '';
console.log(Slick.match(div.querySelector('i'), 'u > b i')); // false
Metadata
Metadata
Assignees
Labels
No labels