简体   繁体   English

如何使引导幻灯片模态化?

[英]How can I make a bootstrap slide modal?

As in modals with arrows on each side. 如在模态中每边都有箭头。

I need to do this with 5 modals that will just go in a circle. 我需要用5个模态做一个循环。

I would like to use only html/css, javascript, and bootstrap. 我只想使用html / css,javascript和bootstrap。

I'm not to familiar on how to use a js file and call it in an html file but i'm assuming it is similar to calling from a css file. 我不熟悉如何使用js文件并在html文件中调用它,但我假设它类似于从css文件调用。

I've been using jQuery Dialog , part of the jQuery UI library. 我一直在使用jQuery UI库的一部分jQuery Dialog It provides modal dialog support that you can implement on the client side. 它提供了模态对话框支持,您可以在客户端上实现。 There are some jsfiddle.net examples if you search. 如果您进行搜索,则有一些jsfiddle.net示例。 You could use arrow buttons on each side to navigate forward and backward. 您可以使用两侧的箭头按钮前后导航。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM