如何为 JQuery Mobile Web 应用程序的页面加载小部件自定义 HTML?
我尝试了以下方法:
$(document).on('mobileinit', function(){
$.mobile.loader.prototype.options.html = "<span class='ui-bar ui-overlay-c ui-corner-all'><img src='/image/logo.png' /><h2>loading...</h2></span>";
});
但它仍然显示默认图像。我想要一个全局配置。