Due to cross browser oddness, some browsers will respond to 'html'
and some to 'body'
. And maybe its just my luck, but .scrollTop(0)
has never worked for me to move the page. Give this a shot:
jQuery('html,body').animate({scrollTop:0},0);
This version is tested and cross browser for all desktop browsers, and mobile devices.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…