The following works in Chrome / FF etc...
$('body').animate({scrollTop : 0}, 0);
However, in IE 7, it doesn't do anything. Is there an alternative?
EDIT As pointed out by many, it is better to use:
$('body, html').animate({scrollTop : 0}, 0);
1.4m articles
1.4m replys
5 comments
57.0k users