调用$.mobile.changePage
时,我的页面没有变化。出现错误消息,但这就是全部!
如何监控错误?是否有状态代码或响应消息?在JQuery Mobile中有$.mobile.changePage
的替代方法吗?
我的代码尽可能简单:
$.mobile.changePage("page.html", {showLoadMsg: true});
有关信息,此代码嵌入在QWebKit中,我不使用服务器。这只是独立的HTML。标准异步请求工作正常。
答案 0 :(得分:1)
我在answer找到了解决方案。
我应该使用window.location.href = "page.html";
代替!
答案 1 :(得分:0)
使用QWebInspector检查ajax调用的响应