$("a[href='#top']").click(function() { $("html, body").animate({ scrollTop: 0 }, "slow"); return false; });
Subscribe
Login
0 Comments
Most Voted
Tutorials focused on Web Development, ReactJS, JavaScript, PHP, Database Design, Devops
$("a[href='#top']").click(function() { $("html, body").animate({ scrollTop: 0 }, "slow"); return false; });