mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-15 01:53:09 +00:00
typo fix: change Ajax site and applications to Ajax sites and applications
This commit is contained in:
parent
3a7cf2e1f8
commit
1fccf9918b
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue