jQuery back to top smooth scroll
$(document).ready(function() {
$('.totop').click(function(){
$('html, body').animate({scrollTop:0}, 'slow');
});
});
| Print article | This entry was posted by admin on April 23, 2010 at 11:06 am, and is filed under Snippets. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
