Skip to content

Instantly share code, notes, and snippets.

@srinathweb
Created May 14, 2015 11:01
Show Gist options
  • Select an option

  • Save srinathweb/6bb4cd90419a3c8639de to your computer and use it in GitHub Desktop.

Select an option

Save srinathweb/6bb4cd90419a3c8639de to your computer and use it in GitHub Desktop.
jquery mobile detect
if(window.innerWidth <= 800 && window.innerHeight <= 600) {
return true;
} else {
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment