所谓置顶就是把scrollTop 值设为0
$("html,body").animate({ "scrollTop": 0 }, function() { //自定义函数。 }); 或者 document.body.scrollTop=0