在程式端,如果你使用是jQuery 一定都是使用.scroll(),來進行事件驅動,如下: $(window).scroll(function(){ console.log('scroll event') }).
確定! 回上一頁