Skip to content

Instantly share code, notes, and snippets.

@codesburner
Forked from yoko/gist:49807
Created April 4, 2011 10:33
Show Gist options
  • Select an option

  • Save codesburner/901444 to your computer and use it in GitHub Desktop.

Select an option

Save codesburner/901444 to your computer and use it in GitHub Desktop.
(function($) {
var userAgent = navigator.userAgent.toLowerCase();
$.extend($.browser, {
iphone: $.browser.safari && /iphone/.test(userAgent),
chrome: $.browser.safari && /chrome/.test(userAgent)
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment