Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スクリプトへのリンク:
nicescroll.js - http://areaaperta.com/nicescroll
WP 無限スクロール - http://www.infinite-scroll.com/
前もって感謝します!
「無限スクロール」が新しいコンテンツを表示した後、呼び出す必要があります$(window).getNiceScroll().resize()(nicescroll の新しいバージョン 2.5.0 が必要です)。
$(window).getNiceScroll().resize()
古いバージョンの場合は、呼び出す必要があります$(window).getNiceScroll().onResize()
$(window).getNiceScroll().onResize()
これを試して...
$("#html").scrollTop({ x: 0, y: 0 });