2010-05-19 126 views

回答

1

http://flesler.blogspot.com/2008/02/jqueryserialscroll.html

我已經在好幾個地方使用它,但我還沒有嘗試過像我想你想它,但因爲你可以做的東西,如:

$(container).trigger('start'); 
$(container).trigger('stop'); 

你應該能夠做到這些開始和停止mouseover事件。

Alan。

1

任何 「自己動手」 的解決方案應該包含

$("#divid").animate({ 
    'scrollLeft': '400px' 
}, 3000); 

例如