all2aller

jQuery BackToTop

Aug 28th, 2014
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.10 KB | None | 0 0
  1.     jQuery('.back-to-top').click(function() {
  2.  
  3.         jQuery('body,html').animate({scrollTop:0},900);
  4.  
  5.     });
Advertisement
Add Comment
Please, Sign In to add comment