You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: