admin管理员组

文章数量:1558038

//监听浏览器返回
$(document).ready(function(e) {   
    var counter = 0;  
    if (window.history && window.history.pushState) {  
         $(window).on('popstate', function () {  
                        window.history.pushState('forward', null, '#');  
                        window.history.forward(1);  
                      layer.open({
  content: '不可回退!',
  style: 'background-color:#EF7F00; color:#fff; border:none;',
  time: 2
});
                    });  
             }  
  
            window.history.pushState('forward', null, '#'); //在IE中必须得有这两行  
      window.history.forward(1);  
}); 

本文标签: 浏览器操作手机js