PhoneGap + JqueryMobile on Xcode
Posted
by
aeternus828
on Stack Overflow
See other posts from Stack Overflow
or by aeternus828
Published on 2012-04-09T17:20:07Z
Indexed on
2012/04/09
17:28 UTC
Read the original article
Hit count: 386
Attempting a beginner's tutorial.
I have the following in my head:
<script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
<linkrel="stylesheet"href="http://code.jquery.com/mobile/1.0.1/jquery.mobile1.0.1.min.css" />
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
My result is just text, no Jquery mobile styling.
© Stack Overflow or respective owner