mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
documented the loadPage method's loadMsgDelay option.
This commit is contained in:
parent
ee17b4f05c
commit
f020f0661b
1 changed files with 2 additions and 0 deletions
|
|
@ -117,6 +117,8 @@ $.mobile.changePage( "../alerts/confirm.html", {
|
|||
</li>
|
||||
<li><code>data</code> (<em>object</em> or string, default: undefined) The data to send with an Ajax page request. </li>
|
||||
<li><code>reloadPage</code> (<em>boolean</em>, default: false) Forces a reload of a page, even if it is already in the DOM of the page container. </li>
|
||||
|
||||
<li><code>loadMsgDelay</code> (<em>number (in ms)</em>, default: 50) Forced delay before the loading message is shown. This is meant to allow time for a page that has already been visited to be fetched from cache without a loading message.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue