[HTML5]ブラウザバックを禁止する
$(function(){ history.pushState(null, null, null); $(window).on('popstate', function(){ history.pushState(null, null, null); }); });
$(function(){ history.pushState(null, null, null); $(window).on('popstate', function(){ history.pushState(null, null, null); }); });
コメントを残す