Bootstrap modal: close current, open new

前端 未结 27 1712
离开以前
离开以前 2020-11-29 00:23

I have looked for a while, but I can\'t find a solution for this. I want the following:

  • Open an URL inside a Bootstrap modal. I have this working off course. S
27条回答
  •  暖寄归人
    2020-11-29 00:55

    I know this is a late answer, but it might be useful. Here's a proper and clean way to get this done, as @karima's mentioned above. You can actually fire two functions at once; trigger and dismiss the modal.

    HTML Markup;

    
    ...
    
    
    

    Demo

提交回复
热议问题