I am attempting to set up multiple model lightboxes for various content using the Animated Model plugin Animated Model.
It is functioning with a single link, but when I try to create a duplicate box, it does not work. I believe this is due to the model target ID defined in the JS. Here is a working JSFiddle
Could someone offer suggestions on how I can implement multiple model boxes using this plugin?
<a id="demo01" href="#animatedModal">DEMO01</a>
<div id="animatedModal">
<div class="close-animatedModal"> CLOSE MODAL </div>
<div class="modal-content">
modal content goes here
</div>
</div>