Skip to content

Commit bc4564d

Browse files
committed
Merge pull request jquery-archive#4180 from MauriceG/patch-73
Docs: Adds header to explanation, change wording a bit (footer-persist-d) - 2nd [1.1.1]
2 parents 5ae3ec8 + f5758eb commit bc4564d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/toolbars/footer-persist-d.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ <h1>Info</h1>
2424
<div data-role="content">
2525
<div class="content-primary">
2626
<h2>About persistent toolbars</h2>
27-
<p>These pages are a demo of persistent toolbars. Click on any of the links in the footer, and you'll see the page content transition, but both the persistent header and footer on these pages remains in place durning the animation to a new HTML page.</p>
28-
<p>To tell the framework to apply the persistent behavior, add a <code>data-id</code> attribute to the footer of all HTML pages in the navigation set to the same ID. It's that simple: if the page you're navigating to has a header or footer with the same <code>data-id</code>, the toolbars will appear fixed outside of the transition. Each of these pages has a different transition to test out how this works.</p>
27+
<p>These pages are a demo of persistent toolbars. Click on any of the links in the footer, and you'll see the page content transition. But both, the persistent header and footer on these pages, remains in place during the animation to a new HTML page.</p>
28+
<p>To tell the framework to apply the persistent behavior, add the same <code>data-id</code> attribute to the header and/or footer of all HTML pages in the navigation. It's that simple: If the page you're navigating to has a header or footer with the same <code>data-id</code> as the page you're navigating from, the toolbars will appear fixed outside of the transition. Each of the pages in this demo has a different transition to test out how this works.</p>
2929

3030
<p>Typically, the persistent toolbar technique will be combined with fixed positioning. In this example, the footer also has a navbar, like this:</p>
3131

0 commit comments

Comments
 (0)