Skip to content

Commit b7eecda

Browse files
Demos: added global nav to remote autocomplete page
1 parent 7d35b94 commit b7eecda

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

demos/widgets/autocomplete/autocomplete-remote.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@
4949
</style>
5050
</head>
5151
<body>
52-
<div data-role="page" class="jqm-demos" id="myPage" data-quicklinks="true">
52+
<div data-role="page" class="jqm-demos" id="myPage">
5353

5454
<div data-role="header" class="jqm-header" data-theme="f">
55-
<h1>Remote Autocomplete</h1>
55+
<h1>jQuery Mobile</h1>
56+
<a href="#panel-nav" data-icon="bars" data-iconpos="notext">Navigation</a>
5657
<a href="../../../" data-icon="home" data-iconpos="notext" data-ajax="false">Home</a>
5758
</div><!-- /header -->
5859

@@ -84,8 +85,9 @@ <h3>Cities worldwide</h3>
8485
<p class="jqm-version"></p>
8586
<p>Copyright 2013 The jQuery Foundation</p>
8687
</div><!-- /footer -->
87-
88+
89+
<?php include( '../../nav.html' ); ?>
90+
8891
</div><!-- /page -->
89-
9092
</body>
9193
</html>

0 commit comments

Comments
 (0)