Open a Modal from another modal and close the first (launching) modal

后端 未结 6 2133
陌清茗
陌清茗 2020-12-24 09:42

I\'m using Bootstrap Modal Window plugin its work fine but i would like to open another model window when i click next and close first one. how can i do it?

         


        
6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 09:55

    A more updated answer is found below: https://stackoverflow.com/a/44391959/1004312

    You are opening a modal from another modal and closing the first. If you're using Bootstrap 3, you can do the following:

    DEMO: http://jsbin.com/venek/1/edit

    In the first modal put the link to the next modal (#modal-1 & #modal-2 are example ids)

      Next
    

    In the second modal put the link to the first:

      Previous
    

    DEMO: http://jsbin.com/venek/1/edit

提交回复
热议问题