Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if($(window).width() > 800) {
  2.  
  3. // BLAH BLAH BLAH
  4.  
  5. }
  6.  
  7. $(window).resize(function(){
  8.  
  9. if($(window).width() > 800) {
  10.  
  11. // BLAH BLAH BLAH
  12.  
  13. }
  14.  
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement