在一页中创建多个滑块
我已经为此苦苦挣扎了一天..
我需要制作一个网页,其中包含 6 个不同的框,具有不同的内容。 我希望他们每个人都有 coda 滑块能力,在这种情况下,我使用这个网站上的 coda 滑块..
http://jqueryfordesigners.com/coda-slider-effect/
我创建了不同的 div,并使用新的 div 添加额外的 .js 文件,但是,多框滑动功能仍然是矛盾的。我希望任何人都可以花时间来看看这个问题..之前谢谢..
I have been struggling on this for one day..
I need to make a webpage that contains 6 different box, with different content.
And i want every of them has coda slider ability, in this case i am using coda slider from this website..
http://jqueryfordesigners.com/coda-slider-effect/
i have created different div, and add additional .js file with the new div, but still, the multiple box sliding function are conflicted. I hope anyone may give his/her time to look at this problem.. thanks before..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
网站上的代码按原样进行硬编码,以使用“滑块”id 作为滑块的 div,您必须更改它以接受其他 id,并确保所有元素的 id 都是唯一的。请参阅:http://jsfiddle.net/amirshim/AFjX5/
The code as-is on the site is hardcoded to use "slider" id for the div of the slider, you'd have to change it accept others id, and make sure the ids of all your elements are unique. See: http://jsfiddle.net/amirshim/AFjX5/