InterviewSolution
Saved Bookmarks
| 1. |
Why Is Only The First Page Of 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. 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. |
|