How to stop jQuery Slides in a certain point?

扶醉桌前 提交于 2019-12-25 02:18:27

问题


I have 5 slides, I need the slideshow to loop once through all the 5 slides, land again in slide #1 and stop there.
How can I do this?
The only ways I can interact with the slideshow I read on the documentation, is when creating it, I.E. $("#slide").slides({ /* options here */ })
But how can I interact with the slideshow once it started?

PS: I'm using jQuery Slides: http://slidesjs.com/


回答1:


Try this link: http://groups.google.com/group/slidesjs/browse_thread/thread/48ce26142e4a9280#

That answers how to loop it once through. If you put a copy of your first slide as your last slide and loop it once through, I think you will reach the desired effect.



来源:https://stackoverflow.com/questions/8317206/how-to-stop-jquery-slides-in-a-certain-point

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!