mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-13 09:03:10 +00:00
updated demo pages. unlinked the other fixed demos for now, since those transitions aren't working well
This commit is contained in:
parent
5d11ae2779
commit
ec7d66be61
2 changed files with 4 additions and 6 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<h2>Demo description</h2>
|
||||
<p>This is a demo of the "fixed" headers and footers used in the jQuery Mobile framework. The page content flows naturally, allowing us to take advantage of native scrolling instead of a scripting a faux-scrolling workaround. The header and footer divs are right in the flow of the document, but whenever they are out of view, you can tap the screen to make them appear. Tapping again or scrolling the page will cause them to appear back in the flow of the page (at the top and bottom). </p>
|
||||
|
||||
<a href="_fixed-variation1.html" data-role="button" data-theme="b" data-icon="arrow-r" data-iconpos="right">Hey! Try them with fade transitions too!</a>
|
||||
<!-- <a href="_fixed-variation1.html" data-role="button" data-theme="b" data-icon="arrow-r" data-iconpos="right">Hey! Try them with fade transitions too!</a> -->
|
||||
|
||||
<p><strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, <code>commodo vitae</code>, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href="#">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -11,12 +11,10 @@
|
|||
|
||||
|
||||
<div class="ui-page">
|
||||
|
||||
<div class="ui-fixed-top">
|
||||
<div class="ui-bar ui-bar-a">
|
||||
<h1>jQuery Mobile Theme Tests</h1>
|
||||
|
||||
<div class="ui-header ui-bar-a">
|
||||
<h1>jQuery Mobile</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ui-content">
|
||||
<div class="ui-body ui-body-c">
|
||||
|
|
|
|||
Loading…
Reference in a new issue