We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
大多数单个滑块都提供了控制滑块的方法。
例如,jQuery 循环插件(参见:http://jquery.malsup.com/cycle/),可以通过创建两个列表轻松完成,给它们相同的时间和速度,并像这样创建按钮:
在 js 中:
Most single sliders offer a way to control the sliders.
For example, the jQuery cycle plugin (See: http://jquery.malsup.com/cycle/), can easily be accomplished by creating two lists, giving them the same timings and speed, and create your buttons like this:
And in js: