我試圖使用JQM的加載微調的細節在這裏:http://jquerymobile.com/test/docs/pages/loader.html
調用$.mobile.loading('show');
或任何其他$.mobile.loading(...)
方法從我JQM應用程序內或從螢火控制檯不起作用。
在控制檯中的錯誤信息是:$.mobile.loading is not a function
如果我打開Firebug和運行console.log($.mobile);
我得到下面的物體沒有loading
或loader
方法。
我也曾嘗試包括下面的代碼,但沒有喜悅:
$(document).bind('mobileinit', function(){
$.mobile.loader.prototype.options.text = "loading";
$.mobile.loader.prototype.options.textVisible = false;
$.mobile.loader.prototype.options.theme = "a";
$.mobile.loader.prototype.options.html = "";
});
任何幫助表示讚賞:)
您正在使用哪種jQuery移動版本? – davids 2012-07-30 12:14:22