Advertisement
freddy0512

pasteb

Jun 18th, 2015
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if($(window).width() > 500){
  2. $('.subMenu').smint({
  3. 'scrollSpeed' : 1000
  4. });
  5. }
  6. else {
  7. //alert show when i resize screen !
  8. // but how can i make .subMenu is not working in small device
  9. alert();
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement