//加上这个遮蔽罩就可以了
$( "#id" ).dialog({
modal: true,
buttons: {
Ok: function() {
$( this ).dialog( "close" );
}
}
});
//加上这个遮蔽罩就可以了
$( "#id" ).dialog({
modal: true,
buttons: {
Ok: function() {
$( this ).dialog( "close" );
}
}
});