$('html,body').animate({scrollTop:0},'slow');
但是,这只会滚动iframe的内容,而不是父页面。有什么建议么?
window.parent.$("body").animate({scrollTop:0},'slow');