jQuery Mobile loading message

前端 未结 11 1389
情歌与酒
情歌与酒 2020-12-05 17:38

When I linked jQuery Mobile to my page, some sort of loading message appeard in the bottom of the page and I can\'t get a rid of it. I\'ve tried $.mobile.pageLoading(true) b

11条回答
  •  隐瞒了意图╮
    2020-12-05 18:12

    If you are using the latest update (1.2.0) of jquerymobile try this

    $.mobile.loading( 'show', { theme: "b", text: "", textonly: false});
    

    since it worked for me.

提交回复
热议问题