showing results for - "scrool to top jquerry"
Julianne
16 May 2019
1$("a[href='#top']").click(function() {
2  $("html, body").animate({ scrollTop: 0 }, "slow");
3  return false;
4});