Skip to content

Instantly share code, notes, and snippets.

@cabans
Created August 11, 2015 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cabans/477ce23a9c063f7412b8 to your computer and use it in GitHub Desktop.
Save cabans/477ce23a9c063f7412b8 to your computer and use it in GitHub Desktop.
Check if OS is Mac OS X
// Check if OS client is Mac OS X
if(navigator.platform.match('Mac') !== null) {
$('body').addClass('macosx');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment