click(function(){ $('html, body').animate({scrollTop:0}, 'slow'); return false; }); });. Note the "return false;" line. This is ...
確定! 回上一頁