2012-08-09 124 views

回答

0

检查他的文档here

搜索stopAutoScrollingdisable
我使用Chrome控制台尝试禁用here和它的工作

$("#makeMeScrollable").smoothDivScroll("disable"); 
1
$("#makeMeScrollable").bind("mouseover", function() { 
$(this).smoothDivScroll("stopAutoScrolling"); 
}).bind("mouseout", function() { 
$(this).smoothDivScroll("startAutoScrolling"); 
});