Skip to content

Instantly share code, notes, and snippets.

@Alex1990
Created March 5, 2015 01:09
Show Gist options
  • Select an option

  • Save Alex1990/89a92d8e3a391dd1ff93 to your computer and use it in GitHub Desktop.

Select an option

Save Alex1990/89a92d8e3a391dd1ff93 to your computer and use it in GitHub Desktop.
isIE11
/**
* IE 11 has discarded the "MSIE" feature string.
*/
isIE11 = /Trident.*rv:11\.0/.test(navigator.userAgent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment