Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我的页面上有三张幻灯片,如何使用 unslider.js ( unslider ) 从第二张幻灯片开始?我已经阅读了文档,但似乎没有任何选择。我应该尝试手动编辑源吗?
您应该能够通过移动到特定的幻灯片索引来完成此操作:
// Move to a slide index, with optional callback data.move(2, function() {}); // data.move(0);
幻灯片从 0 索引开始