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>
请帮忙