-
-
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 remote URL loaded into wrong div #9459
Comments
Some context: See middle paragraph of issue comment: #9318 (comment) |
I have found your problem see below in the link you have href="/ just change it it href=" |
from the docs:
this has changed in 3.0 – in 2 it used to be body |
The new hierarchy is:
The suggestion is that |
ah yeah makes sense |
This is broken now....
The remote url got loaded into the
.modal
div directly, not in the.modal-content
http://jsfiddle.net/H5XhK/1/
Got broken by 89b3cb0 to fix #9318
The text was updated successfully, but these errors were encountered: