Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
标题是不言自明的;当我将对话框附加到表单并将其设置为模态时,它也会使对话框成为模态。使用 jQuery UI - v1.10.0
$("#dialog").dialog({ autoOpen: false, resizable: false, modal: true, hide: "puff", appendTo: "form", width: '350px' });
任何帮助将不胜感激。
https://stackoverflow.com/a/14787020
它对我有用。
.ui-dialog { z-index: 101; }