Return to Snippet

Revision: 35205
at November 4, 2010 03:13 by BFTrick


Initial Code
//scroll to top of screen
$('html').animate({scrollTop:0}, 'slow'); //for most browsers
$('body').animate({scrollTop:0}, 'slow'); //for webkit

Initial URL


Initial Description
Slide / scroll to the top of the page.

Initial Title
Slide to top of page

Initial Tags
jquery

Initial Language
JavaScript