Jquery 内容 DIV 幻灯片
我想做
(A) http://jqueryui.com/demos/slider/#side -滚动
(B) http://jqueryui.com/demos/slider/steps.html
大家好,
我正在构建一个自定义滑块。
我希望 A 和 B 的功能混合在一起
1) A 中的框将位于不同的标签/类别中,因此对于 例如,会有猫、狗和蛇类别。
2)现在我想当我单击 CAT 时,滑块将滑动与标签关联的特定 cartigory, 等等
3)如果我确实滑动到 CAT 标签,它就会突然弹出,并且会显示类别,
帮助会很好,因为我会继续尝试弄清楚它,希望我不会让你们感到困惑。 或者
这样:
http://jqueryui.com/demos/slider/#hotelrooms 和 < a href="http://jqueryui.com/demos/slider/#side-scroll" rel="nofollow">http://jqueryui.com/demos/slider/#side-scroll
代替当您单击 3 时,它会滑动到 3 内容 当您单击 4 时,它会滑动到 4 内容
I wanted to make the
(A) http://jqueryui.com/demos/slider/#side-scroll
(B) http://jqueryui.com/demos/slider/steps.html
Hey all,
I am building a customize slider.
I wanted the functionality of A and B mixed both
1) Boxes in A is going to be in different Tag/Category, so for
example there's going to be Cat, Dog and Snake category.
2) Now i wanted when i do click on CAT the slider is going to slide that particular cartigory thats associated with the Tag,
etc
3) If i do slide to CAT tag, it will just snap and the catagory will show up
help will be good, as i continue try figuring it out, hope im not confusing you guys.
or
OR THIS:
http://jqueryui.com/demos/slider/#hotelrooms and http://jqueryui.com/demos/slider/#side-scroll
instead when u click 3, it slides to 3CONTENT when u lick 4 it SLIDES to 4 CONTENT
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你的意思是这样的吗?
我以你的参考文献(A)为例。
请在此处查看操作。
Update1:我更新了上面链接中的示例,如果有帮助的话。
更新 2:
抱歉,我尝试了一些,但无法完全正常工作,但我有一些东西:
Do you mean something like this?
I have taken your reference (A) as an example.
Check in action here.
Update1: I updated the sample in above link, if that helps.
Update 2:
Sorry, I tried a bit but couldn't make it work entirely but here is something I have:
如果我正确理解你的问题,你需要做的就是利用滚动条实现中的步骤选项。
或者您是否正在寻找某人来编写您所要求的全部功能?
All you need to do is utilize the step option in the scrollbar implementation, if I understand your question correctly.
Or are you looking for someone to write the entire functionality of what you're asking for?