PhoneGap + JqueryMobile on Xcode
- by aeternus828
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…