Skip to content

Commit f04ca65

Browse files
committed
API Doc: Updated Example
1 parent 21377dc commit f04ca65

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

resources/hashtag/example1.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
99
<script src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>
1010
<style>
11+
html, body { padding: 0; margin: 0; }
12+
html, .ui-mobile, .ui-mobile body {
13+
height: 85px;
14+
}
15+
.ui-mobile, .ui-mobile .ui-page {
16+
min-height: 85px;
17+
}
1118
#nav {
1219
font-size: 200%;
1320
width:17.1875em;
@@ -40,10 +47,10 @@
4047
</head>
4148
<body>
4249
<p id="nav">
43-
<a href="#test1">test 1</a>
44-
<a href="#test2">test 2</a>
45-
<a href="#test3">test 3</a>
46-
<a href="#test4">test 4</a>
50+
<a href="/resources/hashtag/example1.html#test1">test 1</a>
51+
<a href="/resources/hashtag/example1.html#test2">test 2</a>
52+
<a href="/resources/hashtag/example1.html#test3">test 3</a>
53+
<a href="/resources/hashtag/example1.html#test4">test 4</a>
4754
</p>
4855
<script>
4956
$(function(){

0 commit comments

Comments
 (0)