跳至主要內容

文章

顯示從 3月, 2024 起發佈的文章

scroll load

 make sure to account for mobile   $ ( document . body ). on ( 'touchmove' , onScroll );   $ ( window ). scroll ( onScroll ); function onScroll (){ if ( $ ( window ). scrollTop () >= document . body . scrollHeight - window . innerHeight &&  ! vm . loadingSearchData ) {...} }