简体   繁体   English

如何在 web 页面上同时显示 5 个引导模式弹出窗口

[英]how to show 5 bootstrap modal popups at the same time on web page

I want to create something like the below description.我想创建类似于以下描述的内容。

I have a button that I want to open five bootstrap modal popups with some data when someone clicks on that button.我有一个按钮,当有人单击该按钮时,我想打开五个带有一些数据的引导模式弹出窗口。 and I want to show those five modals on one page, separately, without overlapping each other.我想在一页上分别显示这五个模式,而不是相互重叠。 Is that something that I can achieve using bootstrap modal popups?这是我可以使用引导模式弹出窗口实现的吗? Or if there's any other better solution, then please submit your answers.或者如果还有其他更好的解决方案,请提交您的答案。

Bootstrap documentation about modal components states this:关于模态组件的引导文档说明了这一点:

Please note multiple modals cannot be open at the same time请注意不能同时打开多个模式

Additionally, as other people mentioned in the comments, multiple open modals would be bad UX for a web application.此外,正如其他人在评论中提到的那样,对于 web 应用程序来说,多个打开的模式将是糟糕的用户体验。

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

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