Skip to content

Instantly share code, notes, and snippets.

@caspaunitbit
Created January 3, 2013 18:08
Show Gist options
  • Save caspaunitbit/4445485 to your computer and use it in GitHub Desktop.
Save caspaunitbit/4445485 to your computer and use it in GitHub Desktop.
Detect IE
Detect Safari (if( $.browser.safari)),
Detect IE6 and over (if ($.browser.msie && $.browser.version > 6 )),
Detect IE6 and below (if ($.browser.msie && $.browser.version <= 6 )),
Detect FireFox 2 and above (if ($.browser.mozilla && $.browser.version >= '1.8' ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment