Response title
This is preview!
disabled=""
You shouldn't load the jQuery Mobile CSS and JS in the body.What is the difference between placing JQM in body vs head.
In the anatomy of a page (http://demos.jquerymobile.com/1.4.0/pages/) is stated that JQM must be placed in the head.
There's nothing about PhoneGap that dictates that you put your entire project in a single document.The 21 pages are combined in 1 html file because I wrap it in a phonegap application.
If you really want to put all your JS code in a single file (it's bad practice, though) you can do that without putting all your HTML in one document. Just link to that file in <head>. (Best practice: write your JS in multiple files, making it easier to maintain. But combine it all into one and minify it prior to deployment.)This way I can control all the pages from a single javascript file
© 2013 jQuery Foundation
Sponsored by and others.