43,738
社区成员
发帖
与我相关
我的任务
分享
$("#detail").modal({remote: $(this).data("url")});
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" id="save" class="btn btn-primary">修改</button>
$("#save").click(function(){
window.dialogArguments.location.href=window.dialogArguments.location.href;
$("#detail", window.dialogArguments).modal('hide');
});