jQuery Mobile loading message

前端 未结 11 1385
情歌与酒
情歌与酒 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:25

    I had the same problem, an annoying loading message and an orange frame. It was due to not adding the reference to the jquery style sheet.

    Adding the reference in the header solved it.

    
    

提交回复
热议问题