把这么一段代码,加到jquery.mobile.js中后问题解决了。

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

如图:

解决jquery mobile的遇到高版本Chrome一直转圈,页面加载不出来的情况。

相关文章:

  • 2021-11-24
  • 2022-12-23
  • 2021-08-15
  • 2022-01-18
  • 2022-12-23
  • 2021-08-29
  • 2021-07-27
  • 2022-01-07
猜你喜欢
  • 2021-05-04
  • 2022-01-23
  • 2022-12-23
  • 2022-02-23
  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
相关资源
相似解决方案