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
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.