我正在使用Thomas Kahn的smoothdivscroll并想知道如何停止连续滚动?
答案 0 :(得分:1)
$( "#makeMeScrollable" ).bind( "mouseover", function () {
$( this ).smoothDivScroll( "stopAutoScrolling" );
} ).bind( "mouseout", function () {
$( this ).smoothDivScroll( "startAutoScrolling" );
} );
答案 1 :(得分:0)