Skip to content

Instantly share code, notes, and snippets.

@nickberens360
Created October 8, 2013 18:51
Show Gist options
  • Save nickberens360/6889627 to your computer and use it in GitHub Desktop.
Save nickberens360/6889627 to your computer and use it in GitHub Desktop.
Test if browser is safari. If so, do something
if (isSafari){
alert('Safari');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment