码迷,mamicode.com
首页 > Web开发 > 详细

Ajax中用layer弹出层并刷新页面的方法

时间:2017-06-20 09:42:12      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:刷新   cti   layer   win   hand   content   index   parent   ajax   


$.post("DeleteHandler.ashx", { "table": "Contents", "ID": vals }, function (data) {
  layer.alert(data, function () {
    window.location="Content.aspx";
    parent.layer.close(index);
  });
});

Ajax中用layer弹出层并刷新页面的方法

标签:刷新   cti   layer   win   hand   content   index   parent   ajax   

原文地址:http://www.cnblogs.com/wz9003/p/7052519.html

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