-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modal event shown.bs.modal is not fired if a remote URL is provided #10105
Comments
Pull request #9975 is working towards fixing this |
I can reproduce this error too. shown.bs.modal is not fired with remote url specified. |
oh rough. i think the right fix for this is changing where the |
i could hack a fix by kinda dont want to |
Just in case somebody still need a solution. Thanx to bootstrap 3. Remove class "fade" from modal container. Seems modal() does not fire shown.bs.modal event after animation. |
Modal event
shown.bs.modal
is not fired when a remote URL is provided.I have the modal container in
And a button
and the return data from the remote.php is
and I listen the shown.bs.modal as below
But the event
shown.bs.modal
is not fired. It is working fine when there is no remote URL though.However, I tried event
show.bs.modal
and it get called everytime even though it load the content from the remote URL.The text was updated successfully, but these errors were encountered: