<script src="${ctxPath}/media/lib/jquery.history.js"></script> <script> $(document).ready(function(e) { if (window.history && window.history.pushState) { $(window).on('popstate', function () { window.history.pushState('forward', null, '#'); window.history.forward(1); }); } if ('pushState' in history) { window.history.pushState('forward', null, '#'); window.history.forward(1); }else{ History.pushState('forward', null, '?state=2'); window.history.forward(1); } window.onhashchange=function(){ History.pushState('forward', null, '?state=1'); } }); </script>
作者:纯洁的微笑
出处:www.ityouknow.com
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
本文如对您有帮助,还请多帮 【推荐】 下此文。
如果喜欢我的文章,请关注我的公众号