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
I can't make the Modal work in the remote mode. I just want that when i click on a link it show the modal with the content a the remote url. I works but the modal layout is completly destroy.
The remote content is inserted into the div.modal and clobbers the existing content, so the HTML at your remote URL needs to contain a div.modal-dialog and the rest of the subsidiary modal markup.
I can't make the Modal work in the remote mode. I just want that when i click on a link it show the modal with the content a the remote url. I works but the modal layout is completly destroy.
Here is a link to a jsfiffle : http://jsfiddle.net/NUCgp/5/
The text was updated successfully, but these errors were encountered: