mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
Merge pull request #3052 from agcolom/patch-35
Update docs/pages/multipage-template.html
This commit is contained in:
commit
6a0c19cc3a
1 changed files with 2 additions and 2 deletions
|
|
@ -14,13 +14,13 @@
|
|||
<body>
|
||||
|
||||
<!-- Start of first page: #one -->
|
||||
<div data-role="page" id="foo">
|
||||
<div data-role="page" id="one">
|
||||
|
||||
<div data-role="header">
|
||||
<h1>Multi-page</h1>
|
||||
</div><!-- /header -->
|
||||
|
||||
<div data-role="content" id="one">
|
||||
<div data-role="content" >
|
||||
<h2>One</h2>
|
||||
|
||||
<p>I have an id of "one" on my page container. I'm first in the source order so I'm shown when the page loads.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue