标签:io ar os sp for on log bs cti
$(function () {
dialog = $("#dialog-form").dialog({
autoOpen: false,
height: 450,
width: 500,
modal: true,
close: function () {
}
});
//添加下面的代码就可解决了
dialog.parent().appendTo(jQuery("form:first"));
})
标签:io ar os sp for on log bs cti
原文地址:http://www.cnblogs.com/178mz/p/4143032.html