Note: this page has not been updated after 1.3
Question:
Why is only the first page of my multi page document loaded?
Answer:
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