Implementing AJAX disables use of modals inside de calendar #282
Unanswered
sebaterrazas
asked this question in
Q&A
Replies: 1 comment
-
Resolved! The script line where modals link was referenced was being ignored, so it needed to be present in the original HTML file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically, I have a buttom that has a data target to a modal, for each event inside the calendar in its corresponding day. But when I implemented AJAX, specifically the remote:true line to the previous and next links, the modals does not show. Maybe, remote:true disables other uses of js?
Beta Was this translation helpful? Give feedback.
All reactions