Created
March 15, 2017 15:39
-
-
Save Farmatique/e9fdf7496878dec9cb0f67eb3f966455 to your computer and use it in GitHub Desktop.
jQuery mobile only window width
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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