eliot_ross
New Member
The title is self-explanatory; when I append the dialog box to a form and set it as modal, it makes the dialog box modal as well. Using jQuery UI - v1.10.0\[code\]$("#dialog").dialog({ autoOpen: false, resizable: false, modal: true, hide: "puff", appendTo: "form", width: '350px'});\[/code\]Any help would be greatly appreciated.