在jQuery Mobile的pageinit和pagecreate事件中$.mobile.loading('show')不起作用 ?
在jQuery Mobile的pageinit和pagecreate事件中$.mobile.loading('show')不起作用 ?
使用setTimeout绑定,发现依然不好使,谁有好的解决办法。
$(document).on('pagecreate', '#page_one', {
setTimeout(function(){
$.mobile.loading('show');
},1);
});