Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Created March 15, 2017 15:39
Show Gist options
  • Save Farmatique/e9fdf7496878dec9cb0f67eb3f966455 to your computer and use it in GitHub Desktop.
Save Farmatique/e9fdf7496878dec9cb0f67eb3f966455 to your computer and use it in GitHub Desktop.
jQuery mobile only window width
if($(window).width() >= 1024){
// do your stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment