jQuery-ui problem with modal dialog from ajax
- by Intra
Hi
I have following setup
index.html with <div id="container"</div using anchor method I load different html content into this container.
My content contains div for modal dialog "dialog-form" and I initialise it with the custom function from the javascript included in index.html on successful ajax load using callback …