We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3062199 commit e72809cCopy full SHA for e72809c
experiments/scrollview/index.html
@@ -51,6 +51,12 @@ <h1 id="jqm-logo"><img src="../../docs/_assets/images/jquery-logo.png" alt="jQue
51
<li data-role="list-divider">Forms</li>
52
<li><a href="../../docs/forms/forms-all.html">Form element gallery</a></li>
53
</ul>
54
+
55
+ <ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
56
+ <li data-role="list-divider">Tests</li>
57
+ <li><a href="scrollview-direction.html">Scroll Direction</a></li>
58
+ <li><a href="scrollview-nested.html">Nested Scroll Views</a></li>
59
+ </ul>
60
</div>
61
62
</body>
0 commit comments