JQuery可滚动循环:true不适用于size:2 with autoscroll(仅适用于size:1)

时间:2013-11-06 17:24:45

标签: javascript jquery jquery-plugins jquery-tools

JQuery Tools autoscroll - circular:如果大小为true则不起作用:2。仅适用于大小:1。

这是我的代码:

<script>
$(function() {
    window.api = $(".scrollable")
    .scrollable({size: 2, circular: true})
    .navigator({idPrefix: 'a', history: true})
    .autoscroll({autoplay: true, interval: 3000})
    .data("scrollable"); 


    api.onBeforeSeek(function() {

    // return false;
    });
});
</script>

请帮忙

0 个答案:

没有答案