Guest User

Untitled

a guest
Sep 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $(document).on('click', 'a[href^="#"]', function (e) {
  2. e.preventDefault();
  3.  
  4. $('html, body').animate({
  5. scrollTop: $($.attr(this, 'href')).offset().top
  6. }, 500);
  7. });
Add Comment
Please, Sign In to add comment