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

点击浏览器的返回按钮或手机的返回按钮让页面刷新

时间:2017-05-11 19:40:54      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:code   cat   css   char   reload   maximum   doc   else   pre   

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="wispanh=device-wispanh, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> 
<META HTTP-EQUIV="Expires" CONTENT="0">
<script src="//cdn.bootcss.com/jquery/3.1.0/jquery.min.js"></script>
<script src="//cdn.bootcss.com/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script>
            $first=$.cookie(first_vist);
            if(!$first||$first==null||$first==null){
                $.cookie(first_vist,1,{ expires: 7 });
            }else{
                $.cookie(first_vist,null);
                location.reload(true);
            }
</script>
</head>

 

点击浏览器的返回按钮或手机的返回按钮让页面刷新

标签:code   cat   css   char   reload   maximum   doc   else   pre   

原文地址:http://www.cnblogs.com/wt-vip/p/6842099.html

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