这里是代码:
$('#add_Box').dialog({ autoOpen: true,width: 300,modal: true,resizable: false,bgiframe:true });
任何想法为什么这不会集中?
$('my-selector').dialog('option','position','center');