【问题标题】:I need create modal within modal using twitter bootstrap我需要使用 twitter bootstrap 在模态中创建模态 【发布时间】:2016-08-26 21:22:06 【问题描述】: 可以在模态中创建模态吗?如果可能的话,请帮助我在模态和另一个模态中创建模态,这意味着我需要创建三个模态,第二个模态应该包含使用 twitter bootstrap 的下拉菜单。 【问题讨论】: Bootstrap: Open Another Modal in Modal的可能重复 标签: twitter-bootstrap-3 【解决方案1】: 根据引导: 不支持多个打开的模态确保不要打开一个模态同时 另一个仍然可见。一次显示多个模态 需要自定义代码。 http://getbootstrap.com/javascript/#modals 【讨论】: