Merge pull request #2911 from charlieCollins/patch-1

Change usage of "the JQuery Mobile" that was repeated several times. Thanks charlieCollins
This commit is contained in:
Todd Parker 2011-11-01 15:30:05 -07:00
commit 493beeacc7

View file

@ -25,7 +25,7 @@
<h2>Titles in Ajax navigation</h2>
<p>When you load the first page of a jQuery Mobile based site, then click a link or submit a form, the jQuery Mobile uses Ajax to pull in the content of the requested page. Having both pages in the DOM is essential to enable the animated page transitions, but one downside of this approach is that the page title is always that of the first page, not the subsequent page youre viewing.</p>
<p>When you load the first page of a jQuery Mobile based site, then click a link or submit a form, Ajax is used to pull in the content of the requested page. Having both pages in the DOM is essential to enable the animated page transitions, but one downside of this approach is that the page title is always that of the first page, not the subsequent page youre viewing.</p>
<p>To remedy this, jQuery Mobile automatically parses the <code>title</code> of the page pulled via Ajax and changes the <code>title</code> attribute of the parent document to match.</p>
<h2>Titles in multi-page templates</h2>