Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created November 6, 2017 19:05
Show Gist options
  • Save Pavracer/e8afac73259f247dca3ae690cec6c230 to your computer and use it in GitHub Desktop.
Save Pavracer/e8afac73259f247dca3ae690cec6c230 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
jQuery(function() {
jQuery('.logo_container a').click(function() {
jQuery('html, body').animate({
scrollTop: 0
}, 800);
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment