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
<divid="dialog" title="Jquery UI dialog"><p>bla bla bla</p></div><scriptsrc="js/jquery-ui.js"></script><scriptsrc="js/bootstrap.js"></script><script>$(function(){$('#dialog').dialog();// jquery UI dialog});</script>
If Jquery UI comes before Bootstrap, the close button in Jquery UI dialog will not work.
If Bootstrap comes before Jquery UI, I'm not sure but as i see everything works fine.
Please fix this conflict. 👍
The text was updated successfully, but these errors were encountered:
Bootstrap does not officially support third-party JavaScript libraries like Prototype or jQuery UI. Despite .noConflict and namespaced events, there may be compatibility problems that you need to fix on your own.
However, if you do figure out the cause of the conflict and have a reasonable solution to propose, we would of course be open to considering it.
example code:
If Jquery UI comes before Bootstrap, the close button in Jquery UI dialog will not work.
If Bootstrap comes before Jquery UI, I'm not sure but as i see everything works fine.
Please fix this conflict. 👍
The text was updated successfully, but these errors were encountered: