jQuery Mobile Framework

Navigation Search

Question:

Why is only the first page of my multi page document loaded?

Answer:

If you are trying to pass query parameters to an internal or embedded page this is not supported. This has to do with limitations in how jQuery mobile sets the data-url for pages. The data-url is set only once when the page is initialized.

There are also currently three different plugins available for jQuery Mobile to support passing of query params to internal pages.

All Questions & Answers