jquery mobile cannot be created in a document with origin 'null' and URL

jquery mobile cannot be created in a document with origin 'null' and URL

 

http://zhidao.baidu.com/link?url=bwkDXZncLeYhSxnnLl0iX4RLNVs7VZVBGLJE6C7MLbEoqAHNNA1ze7NEL88ZeAUEsTNsD6bhpj0WG-XqcMQVqeF5h6bqfmF-Xz6G5qrKMvC

<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

posted @ 2016-05-01 09:56  lianhuaren  阅读(447)  评论(0编辑  收藏  举报