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.
Thomas Kahn の Smoothdivscroll を使用していますが、連続スクロールを停止する方法を知りたいですか?
$( "#makeMeScrollable" ).bind( "mouseover", function () { $( this ).smoothDivScroll( "stopAutoScrolling" ); } ).bind( "mouseout", function () { $( this ).smoothDivScroll( "startAutoScrolling" ); } );
ここで彼のドキュメントをチェックしてください
検索するstopAutoScrollingか、Chromeコンソールを使用して ここでdisable 無効にしようとしましたが、うまくいきました
stopAutoScrolling
disable
$("#makeMeScrollable").smoothDivScroll("disable");