Skip to content

Instantly share code, notes, and snippets.

@gjohnson
Created July 15, 2013 10:36
Show Gist options
  • Save gjohnson/5999046 to your computer and use it in GitHub Desktop.
Save gjohnson/5999046 to your computer and use it in GitHub Desktop.
var isOldIE = (function(){
var comment = '<!--[if IE]><i><![endif]-->';
var div = document.createElement('div');
div.innerHTML = comment;
return !!div.getElementsByTagName('i').length;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment