/ Published in: jQuery
Expand |
Embed | Plain Text
$('#top').click(function() { $('html, body').animate({ scrollTop:0 }, 'slow'); return false; });
You need to login to post a comment.
Some0ne on 01/16/11
2 people have marked this snippet as a favorite
$('#top').click(function() { $('html, body').animate({ scrollTop:0 }, 'slow'); return false; });
You need to login to post a comment.