cannot be created in a document with origin 'null'什么情况,调了 好久没找到答案,求解,急

Element里面有网页的html,但就是不显示,好奇怪

<script>
$(document).bind('mobileinit',function(){
$.mobile.changePage.defaults.changeHash = false;
$.mobile.hashListeningEnabled = false;
$.mobile.pushStateEnabled = false;
});

</script>

上面的代码加在jquery.mobile-1.4.5.min.js或者相关SDN前面。

我是自己做的在其他浏览器都行,就是chrome不行,也一直不知道原因,刚才找到了国外友人的解决方案,貌似是说chrome现在新增的安全机制导致的,原理并不懂,但是我已经解决了,原链接:
http://stackoverflow.com/questions/32453806/uncaught-securityerror-failed-to-execute-replacestate-on-history-cannot-be
温馨提示:答案为网友推荐,仅供参考
相似回答