jquery - Setting dialog to modal and appending to form causes dialog box to be modal too -
The title itself is interpretive; When I add a dialog box in a form and set it as a modal, this dialog box also makes the modal. Use of jQuery UI - v1.10.0
$ ("# dialog"). Dialog ({autoOpen: incorrect, resizable: incorrect, model: true, hide: "puff", attach: "form", width: '350px'}); Any help would be greatly appreciated.
This works for me.
.ui-dialog {z-index: 101; }
Comments
Post a Comment