mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Fixed a typo. Thanks gregmelson http://bugs.jqueryui.com/ticket/7660
This commit is contained in:
parent
6d7350ba86
commit
a5a608c2e5
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<div data-role="content">
|
||||
<p>This is a single page boilerplate template that you can copy to build you first jQuery Mobile page. Each link or form from here will pull a new page in via Ajax to support the animated page transitions.</p>
|
||||
<p>Just view the source and copy the code to get started. All the CSS and JS is linked to the jQuery CDN versions so this is super easy to set up. Remember to include a meta viewport tag in the head to set the zoom level.</p>
|
||||
<p>This template is standard HTML document with a single "page" container inside, unlike a <a href="multipage-template.html">multi-page template</a> that has multiple pages within it. We strongly recommend builidng your site or app as a series of separate pages like this because it's cleaner, more lightweight and works better without JavaScript.</p>
|
||||
<p>This template is standard HTML document with a single "page" container inside, unlike a <a href="multipage-template.html">multi-page template</a> that has multiple pages within it. We strongly recommend building your site or app as a series of separate pages like this because it's cleaner, more lightweight and works better without JavaScript.</p>
|
||||
</div><!-- /content -->
|
||||
|
||||
<div data-role="footer">
|
||||
|
|
|
|||
Loading…
Reference in a new issue