标签:style blog color io os 使用 ar 数据 div
/// 查看页面,跳出一个新的添加窗口
function AddMessage() { $.ligerDialog.open({ url: UrlAddMessage, height: 500, width: 800, title: "AddMsg", isHidden: true }); }
/// 添加页面,保存后,刷新查看页面的数据 $.post(UrlAddMessge, { Title : Title,Users : Users, Content : Content}, function (data) { if (data.result) { $.ligerDialog.success("保存成功!"); window.parent.$("#maingrid").ligerGrid().reload(); } else { $.ligerDialog.error(data.msg); } }); //post
标签:style blog color io os 使用 ar 数据 div
原文地址:http://www.cnblogs.com/starluck/p/3981681.html