I´m using the jQuery Mobile Framework to develop a Web-Application.
The standard structure is, that all different layouts are in the same html-page.
For example:
<div id="home">
<a href="#one" data-transition="flip">Other Page</a>
</div>
<div id="one">
<p> Other Layout </p>
</div>
But I want to use a number of html-pages for a clearly structure.
The problem is, that a simple href="page2.html" does not work without ah switch on the next page.
Moreover I want to use the webApp in SAP with BSP pages and Sybase. (If that is important for our answers)