Created
May 11, 2012 17:41
-
-
Save og-shawn-crigger/2661261 to your computer and use it in GitHub Desktop.
Scroll top Top jQuery
This file contains hidden or 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
<a name="top"> | |
<a href="#top" class="scroll-totop">Top</a> | |
<script> | |
$('a[href=#top]').click(function(){ | |
$('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