我似乎在使用 jQuery Mobile 微调器时遇到了问题。当我使用我的桌面浏览器 Chrome 时,它似乎工作正常,但在我的 Android ICS 上的移动浏览器上不起作用
我在下面使用的代码
$(document).live('pageinit', (function() {
$(document).ajaxStart($.mobile.showPageLoadingMsg());
$(document).ajaxStop($.mobile.hidePageLoadingMsg());
}));