Multiple Bootstrap Modals one after another. Is it possible?

。_饼干妹妹 提交于 2019-12-11 16:12:42

问题


I am new to bootstrap. I have a situation where I have to Show a Bootstrap Modal, When I click any button on that Modal I'll have to show another modal below that 1st Modal (Not Stackable). If I close the 1st Modal 2nd Modal has to go up to replace the position.

Is it possible ?

I tried to Show a Bootstrap Modal, and when I click any button I am setting modal height to sit next to the 1st modal. But That uses constant height value. if I change browser/computer it causing me problems.

Any help ?


回答1:


this should do the trick.

bootstrap-modal/



来源:https://stackoverflow.com/questions/19669415/multiple-bootstrap-modals-one-after-another-is-it-possible

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!