I got a solution from stackoverflow to scroll to the top of the page like
$('html, body').animate({scrollTop: $("#page").offset().top}, 2000);
But I am not sure why to use 'html, body' for scrollTop instead of just 'html' ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…