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
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.
Modal title
...
Instantiate the modal dialog box.
$('.myModal').modal();
Below is an running jsfiddle https://jsfiddle.net/niteshp27/msdg98vn/