Frage

I have a JQuery Mobile Page where works only sometimes. Otherwise i have a blank Page or a loading icon look like is hanged on (only on mobile devices). Click to "Ändern" on a mobile device to see the issue.

The URL of the Page is here: http://tinyurl.com/test60500

I have no idea what is gonna wrong.

Can you help me, thanks :)

War es hilfreich?

Lösung

I had the similar problem just link the .js and .css like this

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>

even if your present code starts worikng. the jquery mobile icons will not be displayed unless you link it to this source.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top