我正在使用jquery mobile 1.4.5。使用window.location.reload();
函数完成刷新,之前图标工作正常。现在,我在代码中的其他地方使用了加载函数,如下所示:
$.mobile.loading("show", {
text: "loading more..",
textVisible: true
});
图标没有显示,所以我在ajax-loader.gif
文件夹中添加了/css/images
,此功能开始有效。
不幸的是,为reload()自动调用的早期图标不再显示gif。
有什么想法吗?