From fee8fdea35054dbeb2cb5fe189de7bfb3e68798f Mon Sep 17 00:00:00 2001 From: PattyToland Date: Fri, 15 Oct 2010 11:20:16 -0400 Subject: [PATCH] content edits --- docs/pages/docs-pages.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs-pages.html b/docs/pages/docs-pages.html index d2312afd..305c1e65 100755 --- a/docs/pages/docs-pages.html +++ b/docs/pages/docs-pages.html @@ -127,7 +127,7 @@

You can seamlessly navigate between local, internal "pages" and external pages in jQuery Mobile. Both will look the same to the end user except that external pages will display the Ajax spinner while loading. In either situation, jQuery Mobile updates the page's URL hash to enable Back button support, deep-linking and bookmarking.

-

PLEASE NOTE: Since we are using the hash to track navigation history for all the Ajax 'pages', it's not currently possible to deep link to an anchor (index.html#foo) on a page in jQuery Mobile, because the framework will look for a 'page' with and ID of #foo instead of the native behavior of scrolling to the content with that ID.

+

PLEASE NOTE: Since we are using the hash to track navigation history for all the Ajax 'pages', it's not currently possible to deep link to an anchor (index.html#foo) on a page in jQuery Mobile, because the framework will look for a 'page' with and ID of #foo instead of the native behavior of scrolling to the content with that ID.

Learn more about the technical details of the navigation model and Ajax, hashes and history in jQuery mobile.