Skip to content

Instantly share code, notes, and snippets.

@yorzi
Created January 27, 2014 13:23
Show Gist options
  • Save yorzi/8648502 to your computer and use it in GitHub Desktop.
Save yorzi/8648502 to your computer and use it in GitHub Desktop.
check user agent and do something special.
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){
$('body').removeClass("force-desktop");
} else {
$('.chzn-select').chosen();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment