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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -