Skip to content

Instantly share code, notes, and snippets.

@thePunderWoman
Created January 2, 2013 22:44
Show Gist options
  • Save thePunderWoman/4438998 to your computer and use it in GitHub Desktop.
Save thePunderWoman/4438998 to your computer and use it in GitHub Desktop.
Compatibility mode script
if ($.browser.msie && ($.browser.version == '7.0' && navigator.userAgent.indexOf('Trident') != -1) || (document.documentMode != undefined && (Number($.browser.version) != Number(document.documentMode)))) {
alert("You're in compatibility mode");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment