Skip to content

Instantly share code, notes, and snippets.

@huanglong-zz
Created December 13, 2013 09:23
Show Gist options
  • Save huanglong-zz/7941843 to your computer and use it in GitHub Desktop.
Save huanglong-zz/7941843 to your computer and use it in GitHub Desktop.
var _IE = (function(){
var v = 3, div = document.createElement('div'), all = div.getElementsByTagName('i');
while (
div.innerHTML = '<!--[if gt IE ' + (++v) + ']><i></i><![endif]-->',
all[0]
);
return v > 4 ? v : false ;
}());
@leibnizli
Copy link

The good ideas,You can also visit the site
http://www.w3cmm.com/notepad/javascript-ie.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment