Skip to content

Instantly share code, notes, and snippets.

@martinwolf
Created August 12, 2014 07:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinwolf/228967ac960c799e8c79 to your computer and use it in GitHub Desktop.
Save martinwolf/228967ac960c799e8c79 to your computer and use it in GitHub Desktop.
$('#js_go-top').on('click', function(e) {
$('html, body').animate({
scrollTop: 0
}, 'slow');
e.preventDefault();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment