问答详情
源自:5-1 jQuery Mobile Ajax和Ajax 跨域

在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);  

}); 


提问者:Alyce 2015-09-07 17:08

个回答

  • whosyourdaddy1994
    2016-03-16 13:47:16

    为什么让页面创建完了再显示加载