From 51c79481fc3f61b25398aad74e5bb18deeee5e34 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Wed, 30 Mar 2011 23:28:53 -0400 Subject: [PATCH] documented hashListeningEnabled. Fixes #1091 --- docs/api/globalconfig.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/globalconfig.html b/docs/api/globalconfig.html index 211448b0..bcae5518 100755 --- a/docs/api/globalconfig.html +++ b/docs/api/globalconfig.html @@ -94,6 +94,9 @@ $(document).bind("mobileinit", function(){
ajaxFormsEnabled (deprecated boolean, default: true):
jQuery Mobile will automatically handle form submissions through Ajax, when possible.
+ +
hashListeningEnabled (boolean, default: true):
+
jQuery Mobile will automatically listen and handle changes to the location.hash. Disabling this will prevent jQuery Mobile from handling hash changes, which allows you to handle them yourself, or simply to use simple deep-links within a document that scroll to a particular ID.
defaultTransition (string, default: 'slide'):
Set the default transition for page changes that use Ajax. The default transition for dialog presentation is 'pop'. Set to 'none' for no transitions by default.