joaopereirawd / animatedModal.js

animatedModal.js is a jQuery plugin to create a fullscreen modal with CSS3 transitions. You can use the transitions from animate.css or create your own transitions.
MIT License
962 stars 207 forks source link

Multiple Link One Modal #61

Open qublibjohnny opened 6 years ago

qublibjohnny commented 6 years ago

I cant get this to work. I've tried multiple variations of classes and ids. I would like to have multiple links on the same page to target the same modal.

I've tried the suggestions in this issue but still doesn't work.

Is this possible?

Thanks

brivvy commented 5 years ago

Ok in your .js where you have $("#signup").animatedModal();calling for the ID, make another one below it $(".signup").animatedModal(); that calls for a CLASS.