Bootstrap 3 - open modal from another modal(Bootstrap 3 - 从另一个模式打开模式)
问题描述
是否可以在 Bootstrap 3 中从另一个模式打开模式?我有从外部 html 文件加载内容的模态窗口.
Is it possible in Bootstrap 3 to open modal from another modal? I have modal windows with content loaded from external html files.
- 我正在打开模式窗口.我有一个表格要提交.
- 单击提交按钮后,我想使用新的模式窗口(以及来自另一个 html 文件的新内容)进入下一步.
据我所知,您不能同时拥有两个模态窗口,因此我必须关闭第一个模态窗口,然后再打开第二个模态窗口.问题是我必须在点击第一个模式中的提交按钮后做.
As far as I know you can't have two modal windows simultaneously, so I have to close the first modal and then open the second one. The problem is I have to do after clicking the submit button in the first modal.
我尝试在提交按钮上使用 data-dismiss="modal"
和 data-toggle="modal"
属性,但它们只隐藏第一个模态,背景仍然很暗,没有任何反应.
I've tried to use the data-dismiss="modal"
with data-toggle="modal"
attributes on the submit button but they only hide the first modal, the background in still dark and nothing happens.
推荐答案
你可以使用http://jschr.github.io/bootstrap-modal/bs3.html 为此;检查可堆叠示例.
you can use http://jschr.github.io/bootstrap-modal/bs3.html for that; check stackable example.
这篇关于Bootstrap 3 - 从另一个模式打开模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Bootstrap 3 - 从另一个模式打开模式
基础教程推荐
- 我可以在浏览器中与Babel一起使用ES模块,而不捆绑我的代码吗? 2022-01-01
- html表格如何通过更改悬停边框来突出显示列? 2022-01-01
- 直接将值设置为滑块 2022-01-01
- Chart.js 在线性图表上拖动点 2022-01-01
- 自定义 XMLHttpRequest.prototype.open 2022-01-01
- 如何使用TypeScrip将固定承诺数组中的项设置为可选 2022-01-01
- 用于 Twitter 小部件宽度的 HTML/CSS 2022-01-01
- Electron 将 Node.js 和 Chromium 上下文结合起来意味着 2022-01-01
- 如何使用JIT在顺风css中使用布局变体? 2022-01-01
- Vue 3 – <过渡>渲染不能动画的非元素根节点 2022-01-01