Advertisement
tourniquet

jQuery less code

Sep 8th, 2014
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.10 KB | None | 0 0
  1. var myLogo = $('#main img');
  2.  
  3. myLogo.hide(3000);
  4. myLogo.show(3000);
  5.  
  6. myLogo.hide(3000).show(3000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement