Advertisement
CreativeJuiz

Smoothscroll top link

Sep 13th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('.top_link').click(function(){  
  2.     $('html, body').animate({  
  3.         scrollTop:$('#header').offset().top  
  4.     }, 'slow');  
  5.     return false;  
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement