"loading" appears at the bottom of page when using jQ Mobile..

"loading" appears at the bottom of page when using jQ Mobile..


1) with jQuery mobile..
here I see word "loading" in black letters at bottom left.. (might have to scroll to bottom to see it.. )
(this is in iPhone3, don't know about other devices....)


2) without jQuery mobile
here I don't see word "loading" at btm of pg


the one and only difference betw the two is the inclusion of this tag:

  1. <script type="text/javascript" src="js/jquery.mobile-1.1.1.min.js"></script>


you can see in firebug jQ Mobile clearly adding this element.. it adds all this:
  1. <div class="ui-loader ui-corner-all ui-body-a ui-loader-default" style="top: 222px;"><span class="ui-icon ui-icon-loading"></span><h1>loading</h1></div>

why on earth does it do this?

I cannot begin to experiment with jQ Mobile and start to learn how to use it as long as I can't solve this problem...  I don't see any reason why it would be necessary for jQ Mobile to add this to a pg using jQ Mobile.....  :-(

thank you....