Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-01-21 06:39:13 +0400
committerChris Rebert <code@rebertia.com>2014-01-21 06:39:13 +0400
commitbc9335650c0825ddf5805ebcdb513f71540d9c82 (patch)
tree7fe37dfa327c8378c2ffeaa9d55c55eb427a7b2b /docs/javascript.html
parentebc4f998dccf0d709a143348c02777d9c4695abb (diff)
fix #12007 by clarifying target of dropdown events
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 7d41a0378a..4b9933bf7b 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -557,6 +557,7 @@ $('.dropdown-toggle').dropdown()
<p>Toggles the dropdown menu of a given navbar or tabbed navigation.</p>
<h3>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">
<thead>