You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dropdown.html
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,15 @@
13
13
<divid="introduction" class="scrollspy section">
14
14
<pclass="caption">
15
15
Add a dropdown list to any button. Make sure that the
16
-
<codeclass="language-html">data-target</code> attribute matches the id in the <codeclass="language-html">ul</code> tag. You can add a divider with the
17
-
<codeclass="language-html">
18
-
<xmp><liclass="divider"></li></xmp>
19
-
</code>
20
-
tag. You can also add icons. Just add the icon inside the
16
+
<codeclass="language-html">data-target</code> attribute matches the id in the <codeclass="language-html">ul</code> tag. You can add a divider with an empty li
17
+
element and a
18
+
<codeclass="language-html">divider</code>
19
+
class. You can also add icons. Just add the icon inside the
0 commit comments