var scroll = function () { // do the onscroll stuff you want here }; var waiting = false; $(window).scroll(function () { if (waiting) ...
確定! 回上一頁