600字范文,内容丰富有趣,生活中的好帮手!
600字范文 > js禁止原生手机返回键(物理返回键)

js禁止原生手机返回键(物理返回键)

时间:2020-08-17 20:09:52

相关推荐

js禁止原生手机返回键(物理返回键)

原文链接:/duanzb/p/9489047.html

$(document).ready(function() {if (window.history && window.history.pushState) {$(window).on('popstate', function () {window.history.pushState('forward', null, '#');window.history.forward(1); });}window.history.pushState('forward', null, '#'); //在IE中必须得有这两行window.history.forward(1);});

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。