Skip to content

Instantly share code, notes, and snippets.

@vanloc0301
Forked from caspaunitbit/gist:4445485
Created April 20, 2013 23:04
Show Gist options
  • Save vanloc0301/5427751 to your computer and use it in GitHub Desktop.
Save vanloc0301/5427751 to your computer and use it in GitHub Desktop.
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