hogash

Untitled

Jan 9th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. jQuery(document).ready(function($) {
  2. $(".scrollTo").click(function(e){
  3. e.preventDefault();
  4. $('html,body').animate({scrollTop:$(this.hash).offset().top}, 500);
  5. });
  6. });
Add Comment
Please, Sign In to add comment