From f020f0661bbd6e6fe5f4e3048cbb744a2b00286d Mon Sep 17 00:00:00 2001 From: scottjehl Date: Sun, 31 Jul 2011 10:08:38 -0400 Subject: [PATCH] documented the loadPage method's loadMsgDelay option. --- docs/api/methods.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/methods.html b/docs/api/methods.html index eb23c9e5..4df918d5 100755 --- a/docs/api/methods.html +++ b/docs/api/methods.html @@ -117,6 +117,8 @@ $.mobile.changePage( "../alerts/confirm.html", {
  • data (object or string, default: undefined) The data to send with an Ajax page request.
  • reloadPage (boolean, default: false) Forces a reload of a page, even if it is already in the DOM of the page container.
  • + +
  • loadMsgDelay (number (in ms), 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.