報(bào)錯(cuò)了???
Uncaught SecurityError: Failed to execute 'replaceState' on 'History': A history state object with URL 'file:///D:/bdd-web%20app/carTimeList.html' cannot be created in a document with origin 'null' and URL 'file:///D:/bdd-web%20app/carTimeList.html'.
2016-04-22
chrome瀏覽器?
在引入jqm前加這么一段
<script>
? ? $(document).bind('mobileinit',function(){
? ? ? ? $.mobile.changePage.defaults.changeHash = false;
? ? ? ? $.mobile.hashListeningEnabled = false;
? ? ? ? $.mobile.pushStateEnabled = false;
? ? });
</script>
2016-04-12
貼代碼!