Typically, a Cordova / jQueryMobile app has a index.html
file containing many data-role="page"
pages.
May I partition the index.html
file into several parts part1.html
, part2.html
...?
My goal is to partition a huge DOM into several smaller DOMs to get loaded on demand.
I did search the Cordova and jQueryMobile documentation sites, but failed to find a hint.