$(function () {

dialog = $("#dialog-form").dialog({
autoOpen: false,
height: 450,
width: 500,
modal: true,

close: function () {


}
});

//添加下面的代码就可解决了

dialog.parent().appendTo(jQuery("form:first"));

 

})

相关文章:

  • 2021-11-12
  • 2021-11-28
  • 2021-11-06
  • 2021-10-19
  • 2021-12-03
  • 2021-10-04
  • 2021-04-30
  • 2021-11-28
猜你喜欢
  • 2021-08-29
  • 2021-08-07
  • 2021-07-30
  • 2021-11-29
  • 2021-12-28
  • 2021-10-04
  • 2021-10-19
  • 2021-09-19
相关资源
相似解决方案