Skip to content

Instantly share code, notes, and snippets.

@ladislavsulc
Created October 10, 2013 13:18
Show Gist options
  • Save ladislavsulc/6918159 to your computer and use it in GitHub Desktop.
Save ladislavsulc/6918159 to your computer and use it in GitHub Desktop.
$('.backtotop').click(function(e){
e.preventDefault();
$('html, body').animate({scrollTop:0}, 'slow');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment