Opening multiple modal boxes on one page

前端 未结 3 1702
萌比男神i
萌比男神i 2021-01-06 03:16

I have a page that needs to have different modal boxes open when their corresponding link on the page is clicked. I\'ve got the structure and javascript to work for ONE wind

3条回答
  •  北恋
    北恋 (楼主)
    2021-01-06 04:10

    below is an example to display multiple popup using bootstrap, also attached the jsfiddle which showcases an example. Set a class name to the modal dialog box.

    
    

    Instantiate the modal dialog box.

    $('.myModal').modal();
    

    Below is an running jsfiddle https://jsfiddle.net/niteshp27/msdg98vn/

提交回复
热议问题