Skip to content

Instantly share code, notes, and snippets.

@Tsunamijaan
Created September 12, 2018 10:28
Show Gist options
  • Save Tsunamijaan/6cfd4356edc5669981f14fec779498a7 to your computer and use it in GitHub Desktop.
Save Tsunamijaan/6cfd4356edc5669981f14fec779498a7 to your computer and use it in GitHub Desktop.
$("#scrollToTop").on('click',function(){
$("body, html").animate({scrollTop : 0}, 500);
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment