This commit is contained in:
scottjehl 2010-10-19 10:28:00 -04:00
commit 44676bd1b8
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@
<h2>External page linking</h2>
<p>jQuery Mobile automates the process of building Ajax powered site and applications. </p>
<p>jQuery Mobile automates the process of building Ajax powered sites and applications. </p>
<p>By default, when you click on link that points to an external page (ex. products.html), the framework will parse the link's <code>href</code> to formulate an Ajax request (Hijax) and displays the loading spinner.</p>
@ -70,4 +70,4 @@
</div><!-- /page -->
</body>
</html>
</html>

View file

@ -99,7 +99,7 @@
<h2>External page linking</h2>
<p>jQuery Mobile automates the process of building Ajax powered site and applications. </p>
<p>jQuery Mobile automates the process of building Ajax powered sites and applications. </p>
<p>By default, when you click on a link that points to an external page (ex. products.html), the framework will parse the link's <code>href</code> to formulate an Ajax request (Hijax) and displays the loading spinner.</p>