aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/dropdowns.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-11-11 21:16:34 -0800
committerChris Rebert <[email protected]>2014-11-11 21:16:34 -0800
commit1211a8155e9357ddd747f7ecba800e460e72465d (patch)
tree73e6611c87861b86ebb4741eca85d2a7de8afa8f /docs/_includes/js/dropdowns.html
parentff386147ce341a15f02b31f638500487246e34da (diff)
downloadbootstrap-1211a8155e9357ddd747f7ecba800e460e72465d.tar.xz
bootstrap-1211a8155e9357ddd747f7ecba800e460e72465d.zip
JS docs: add Options, Methods, Events subsections to nav sidebar
Diffstat (limited to 'docs/_includes/js/dropdowns.html')
-rw-r--r--docs/_includes/js/dropdowns.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html
index 826fe6c08..28b599309 100644
--- a/docs/_includes/js/dropdowns.html
+++ b/docs/_includes/js/dropdowns.html
@@ -155,14 +155,14 @@ $('.dropdown-toggle').dropdown()
<p>Regardless of whether you call your dropdown via JavaScript or instead use the data-api, <code>data-toggle="dropdown"</code> is always required to be present on the dropdown's trigger element.</p>
</div>
- <h3>Options</h3>
+ <h3 id="dropdowns-options">Options</h3>
<p><em>None</em></p>
- <h3>Methods</h3>
+ <h3 id="dropdowns-methods">Methods</h3>
<h4>$().dropdown('toggle')</h4>
<p>Toggles the dropdown menu of a given navbar or tabbed navigation.</p>
- <h3>Events</h3>
+ <h3 id="dropdowns-events">Events</h3>
<p>All dropdown events are fired at the <code>.dropdown-menu</code>'s parent element.</p>
<div class="table-responsive">
<table class="table table-bordered table-striped">