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