$(window).scroll(function(){…}) runs code enclosed inside it when user scrolls window. var nowScrollTop = $(this).scrollTop(); sets value of ...
確定! 回上一頁