Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $('html, body').animate({ scrollTop: 0 }, 500);
  2.  
  3. $("html, body").animate({
  4. 'scrollTop' : $('#thediv').offset().top
  5. }, "slow"); // or fast, number
  6.  
  7. <div id="thediv"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement