摘要: $data = $this->fetch();//返回渲染后的页面$this->ajaxReturn($data, null, true);$this->display();//直接输出渲染后的页面=》刷新整个页面,输出时需指定显示位置,比如iframe等display的说明:http://www.... 阅读全文
posted @ 2015-02-09 19:01 lifeinearth 阅读(1382) 评论(0) 推荐(0) 编辑
摘要: $(".content").animate({opacity: 'hide'}, 200, function(){ $(".content").html(data.data);$(this).animate({opacity: 'show'}, { duration: 300 });}); 阅读全文
posted @ 2015-02-09 18:56 lifeinearth 阅读(2469) 评论(0) 推荐(0) 编辑
摘要: 添加meta:参考:http://blog.csdn.net/www3300300/article/details/12992489 阅读全文
posted @ 2015-02-09 18:47 lifeinearth 阅读(609) 评论(0) 推荐(0) 编辑