Skip to content

Instantly share code, notes, and snippets.

@hrkd
Last active December 15, 2015 23:49
Show Gist options
  • Save hrkd/5343432 to your computer and use it in GitHub Desktop.
Save hrkd/5343432 to your computer and use it in GitHub Desktop.
var ie = (function(){
var undef, v = 3, div = document.createElement('div');
while (
div.innerHTML = '<!--[if gt IE '+(++v)+']><i></i><![endif]-->',
div.getElementsByTagName('i')[0]
);
return v> 4 ? v : undef;
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment