码迷,mamicode.com
首页 > 其他好文 > 详细

liger 的 ligerDialog 的使用。

时间:2014-09-19 17:24:15      阅读:180      评论:0      收藏:0      [点我收藏+]

标签: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

 

liger 的 ligerDialog 的使用。

标签:style   blog   color   io   os   使用   ar   数据   div   

原文地址:http://www.cnblogs.com/starluck/p/3981681.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!