June 30, 2020 jQuery 0 Comment
// document ready { $(function() { $('a[href^="#"]').click(function() { $('html,body').animate({scrollTop:$(this.hash).offset().top}, 200); return false; }); }); // }
Your email address will not be published. Required fields are marked *
Save my name, email, and website in this browser for the next time I comment.
Δ