$("#select_user").click(function () { //绑定事件并执行 $.dialog.open({ id: 'd', title: '选择参会人员', content: '浏览器不支持嵌入式框架。',//弹出窗口的连接 width: '800px', height: '300px', ok: '确定', canc...