Response title
This is preview!
jQuery
Mobile currently only supports loading of single page documents via
AJAX. To navigate to a multi page document you must disable ajax on
the link by adding the data-ajax="false"
attribute.
There is also a widget to allow for supporting sub-pages by Todd
Thompson available at https://github.com/ToddThomson/jQuery-Mobile-Subpage-Widget
Correct.If i create a unique multipage web app, when i pass the variables thorught server side language (ex PHP), it becomes impossible to use a echo $_REQUEST['name'] (for example) in the multidocument pages, isn't it? I think is impossibile because the page as been already served and there is no way to send a piece of the page to server. Right?
There is nothing wrong with this if properly done. And it's the way jQuery Mobile was designed and meant to be used.If you put it them are ignored, and if I put the same code header in each single page I have the same code that repeats and is not a good solution.
Can you point me to some specific variables names and/or a line number?Maybe i was not clear:
I think about have understood that multipage is only for little or static project.
<a href="some-page.html" data-prefetch>Is there a function to pre-fetch some page?
© 2013 jQuery Foundation
Sponsored by and others.