The following won\'t work unless I remove height: 100% from body and html. However, i need that style as I am using it for other elements on the page.
height: 100%
<
This worked for me:
$("#scrollTop").on("click",function(e){ $('html,body').animate({scrollTop: 0}, 'slow'); });
http://jsfiddle.net/fvuy6/41/