//加上这个遮蔽罩就可以了
$( "#id" ).dialog({
modal: true,
buttons: {
Ok: function() {
$( this ).dialog( "close" );
}
}
});
解决 禁止html弹框以外的操作
最新推荐文章于 2023-11-30 10:33:28 发布