Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $("#scroll").click(function() {
  2. $('html, body').animate({
  3. scrollTop: $("#scrollHere").offset().top
  4. }, 2000);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement