Skip to content

Instantly share code, notes, and snippets.

@verytwisty
Created April 14, 2015 15:30
Show Gist options
  • Select an option

  • Save verytwisty/9f362af73114f9ed0322 to your computer and use it in GitHub Desktop.

Select an option

Save verytwisty/9f362af73114f9ed0322 to your computer and use it in GitHub Desktop.
jQuery if window width this size
if( $( window ).width() < 768 ){
// Do Something Here;
}else{
// Do Something Else Here;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment