Skip to content

Instantly share code, notes, and snippets.

@thirdj
Created September 17, 2013 00:29
Show Gist options
  • Save thirdj/6588568 to your computer and use it in GitHub Desktop.
Save thirdj/6588568 to your computer and use it in GitHub Desktop.
var isIE11 = !!navigator.userAgent.match(/Trident\/7\./)
if (isIE11 == true) {
return "ie";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment