Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 6bef3c8

Browse files
Demos: Typos
Demos: Text corrections
1 parent bdf8c33 commit 6bef3c8

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

demos/jqm-contents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<li data-filtertext="autocomplete filterable reveal listview remote data filtertextbeforefilter placeholder"><a href="../listview-autocomplete-remote/" data-ajax="false">Listview autocomplete remote data</a></li>
116116
<li data-filtertext="autodividers anchor jump scroll linkbars listview lists ul ol"><a href="../listview-autodividers-linkbar/" data-ajax="false">Listview autodividers linkbar</a></li>
117117
<li data-filtertext="listview autodividers selector autodividersselector lists ul ol"><a href="../listview-autodividers-selector/" data-ajax="false">Listview autodividers selector</a></li>
118-
<li data-filtertext="listview nested list items"><a href="../listview-nested-lists/" data-ajax="false">Listview Nested Listviews</a></li>
118+
<li data-filtertext="listview nested list items"><a href="../listview-nested-lists/" data-ajax="false">Nested Listviews</a></li>
119119
<li data-filtertext="listview collapsible list items flat"><a href="../listview-collapsible-item-flat/" data-ajax="false">Listview collapsible list items (flat)</a></li>
120120
<li data-filtertext="listview collapsible list indented"><a href="../listview-collapsible-item-indented/" data-ajax="false">Listview collapsible list items (indented)</a></li>
121121
<li data-filtertext="grid listview responsive grids responsive listviews lists ul"><a href="../listview-grid/" data-ajax="false">Listview responsive grid</a></li>

demos/listview-nested-lists/index.php

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<script src="../../external/jquery/jquery.js"></script>
1212
<script src="../_assets/js/"></script>
1313
<script src="../../js/"></script>
14-
<script id="script" src="https://rawgithub.com/arschmitz/jquery-mobile-nestedlists/master/jquery.mobile.nestedlists.js"></script>
15-
14+
<script id="script" src="https://rawgithub.com/arschmitz/jquery-mobile-nestedlists/master/jquery.mobile.nestedlists.js"></script>
1615
</head>
1716
<body>
1817
<div data-role="page" class="jqm-demos" data-quicklinks="true">
@@ -26,15 +25,10 @@
2625

2726
<div role="main" class="ui-content jqm-content">
2827

29-
<h1>Nested Listviews</h1>
28+
<h1>Nested Listviews</h1>
3029

31-
<p>
32-
Nested listviews were deprecated in jQuery Mobile 1.3 and were removed in 1.4
33-
For those wishing to use the 1.3 behivor there is a plugin available at
34-
<a href="https://github.com/arschmitz/jquery-mobile-nestedlists/">https://github.com/arschmitz/jquery-mobile-nestedlists/</a>
35-
with this plugin you can just drop it in after the jQuery mobile script to be able to use jQuery mobile 1.3 style nested listviews.
36-
You can use the same markup all you need to do is drop in the script.
37-
</p>
30+
<p>Nested listviews were deprecated in jQuery Mobile 1.3 and were removed in 1.4. For those wishing to use the 1.3 behavior there is a plugin available at <a href="https://github.com/arschmitz/jquery-mobile-nestedlists/">https://github.com/arschmitz/jquery-mobile-nestedlists/</a>. With this plugin you can use the same markup. All you need to do to be able to use "jQuery Mobile 1.3 style" nested listviews is drop the plugin script in after the jQuery Mobile script.</p>
31+
3832
<div data-demo-html="true" data-demo-js="#script">
3933
<ul data-role="listview" data-inset="true">
4034
<li data-role="list-divider" data-theme="b"><h1>Seperate Page Sublists</h1></li>

0 commit comments

Comments
 (0)