jquery smooth-div滚动不起作用

时间:2012-04-27 13:30:24

标签: jquery scroll smooth

由于某种原因,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    

我找不到错误...... thx任何建议。

1 个答案:

答案 0 :(得分:0)

当我检查你的网站时,它工作正常,所以我猜你自己解决了这个问题?

如果您愿意,还可以升级到Smooth Div Scroll 1.3版。您可能必须更改某些选项以使升级工作,具体取决于您使用的功能。

说到功能 - Smooth Div Scroll 1.3支持触控很好,因为很多人都使用iPhone,iPad等。