we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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});