jQuery Mobile Framework

Navigation Search

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

All Questions & Answers