$(function () {
dialog = $("#dialog-form").dialog({
autoOpen: false,
height: 450,
width: 500,
modal: true,
close: function () {
}
});
//添加下面的代码就可解决了
dialog.parent().appendTo(jQuery("form:first"));
})
时间: 2024-11-09 03:40:36