Skip to content

Instantly share code, notes, and snippets.

@ctrl-freak
Created October 11, 2011 02:57
Show Gist options
  • Save ctrl-freak/1277161 to your computer and use it in GitHub Desktop.
Save ctrl-freak/1277161 to your computer and use it in GitHub Desktop.
JQuery IE6 Detection
if ($.browser.msie && $.browser.version.substr(0,1)<7) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment