Return to Snippet

Revision: 22788
at January 22, 2010 09:43 by landonmiller


Initial Code
$( 'html, body' ).animate( { scrollTop: 0 }, 0 );

//smooth scrolling
$( 'html, body' ).animate( { scrollTop: 0 }, 'slow' );

Initial URL


Initial Description


Initial Title
Go to top of the page, smoothly

Initial Tags
jquery

Initial Language
jQuery