Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).on('click', 'a[href^="#"]', function (event) {
- event.preventDefault();
- $('html, body').animate({
- scrollTop: $($.attr(this, 'href')).offset().top
- }, 500);
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement