Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $(window).on('resize', function() {
  2. // IF/Switch Case statement, check current width of window is > mobile, or tablet, or desktop
  3. // Do stuff depending on which size the window is at currently.
  4. // End if/Switch case.
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement