window-scrolltop.js ... scroll body to 0px on click. $('.goTop').click(function () {. $('body,html').animate({. scrollTop: 0. }, 800);. return false;. } ...
確定! 回上一頁