Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created January 26, 2018 17:19
Show Gist options
  • Select an option

  • Save Pavracer/20d650c2e4495477bffa3272ad94f651 to your computer and use it in GitHub Desktop.

Select an option

Save Pavracer/20d650c2e4495477bffa3272ad94f651 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("#logo").click(function() {
jQuery("html, body").animate({ scrollTop: 0 }, "slow");
return false;
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment