Bootstrap modal: close current, open new

前端 未结 27 1662
离开以前
离开以前 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条回答
  •  -上瘾入骨i
    2020-11-29 01:15

    As mentioned above In the html in the same button, you can ask to close the current modal with data-dismiss and open a new modal directly with data-target:

    But this will cause scroll-bar disappear and you will notice that if the second modal was longer that the first one

    So the solution is to add the following style in the modal inline style :

    Style = "overflow-y : scroll ; "

提交回复
热议问题