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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Link One Modal

qublibjohnny opened this issue · comments

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

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.