elephantwork
6/7/2017 - 5:26 AM

[gotoTop] #Jquery #scrollTop #animate

click element go to page top

$('a.goviewcomments[href^="#"]').click(function() {
  $('html,body').animate({ scrollTop: $(this.hash).offset().top}, 200);
  return false;
  e.preventDefault();
});