Support for Multiple Modal Single Page
问题 I'm trying to use some sample code form w3schools.com to include multiple modals on a single page. I've included the code that I'm trying to use below. I got the code from here. http://www.w3schools.com/howto/howto_css_modals.asp Here is an example of the code in action. Note that the first Modal works, but the second Modal does not appear. https://jsfiddle.net/y0uavmo0/ HTML: <h2>Modal Example1</h2> <!-- Trigger/Open The Modal --> <button id="myBtn">Open Modal1</button> <!-- The Modal -->