Guest User

Untitled

a guest
Aug 27th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $(".scroll-next").click(function() {
  2. var cls = $(this).closest(".section").next().offset().top;
  3. $("html, body").animate({scrollTop: cls}, "slow");
  4. });
Add Comment
Please, Sign In to add comment