由于某种原因,autoScollingMode 在我的网站上不起作用:http: //tinyurl.com/6ux32fe
那是我的代码:
<script type="text/javascript">
$(document).ready(function () {
// Initialize the scroller
$("#makeMeScrollable").smoothDivScroll({
mousewheelScrolling: true,
manualContinuousScrolling: true,
visibleHotSpotBackgrounds: "false",
autoScrollingMode: "always"
});
}); // End query document ready
我找不到错误...谢谢任何建议。