Skip to content

Instantly share code, notes, and snippets.

@praserocking
Created May 30, 2013 08:27
Show Gist options
  • Save praserocking/5676479 to your computer and use it in GitHub Desktop.
Save praserocking/5676479 to your computer and use it in GitHub Desktop.
$("a[href='#top']").click(function() {
$("html, body").animate({ scrollTop: 0 }, "slow");
return false;
}); //jquery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment