$(document).scroll(function(e){ // do something on user scroll here });. To get the amount the user has scrolled: var scrollAmount = $(window).scrollTop();.
確定! 回上一頁