Created
November 6, 2017 19:05
-
-
Save Pavracer/e8afac73259f247dca3ae690cec6c230 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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