Browse Source

update push pages

pull/231/head
connors 11 years ago
parent
commit
59536556f6
  1. 2
      one.html
  2. 2
      two.html

2
one.html

@ -27,7 +27,7 @@
</header> </header>
<div class="content"> <div class="content">
<ul class="table-view"> <ul class="table-view">
<li> <li class="table-view-cell">
<a href="two.html" data-transition="slide-in" data-selector=".iphone-content"> <a href="two.html" data-transition="slide-in" data-selector=".iphone-content">
Load new page with push Load new page with push
</a> </a>

2
two.html

@ -27,7 +27,7 @@
</header> </header>
<div class="content"> <div class="content">
<ul class="table-view"> <ul class="table-view">
<li>Tap or click <a href="one.html" data-transition="slide-out">here</a> to go back. You can also try your browser's back button.</li> <li class="table-view-cell">Tap or click <a href="one.html" data-transition="slide-out">here</a> to go back. You can also try your browser's back button.</li>
</ul> </ul>
</div> </div>
</body> </body>

Loading…
Cancel
Save