diff options
| author | Chris Rebert <[email protected]> | 2014-01-20 18:39:13 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-20 18:39:13 -0800 |
| commit | bc9335650c0825ddf5805ebcdb513f71540d9c82 (patch) | |
| tree | 7fe37dfa327c8378c2ffeaa9d55c55eb427a7b2b /docs/javascript.html | |
| parent | ebc4f998dccf0d709a143348c02777d9c4695abb (diff) | |
| download | bootstrap-bc9335650c0825ddf5805ebcdb513f71540d9c82.tar.xz bootstrap-bc9335650c0825ddf5805ebcdb513f71540d9c82.zip | |
fix #12007 by clarifying target of dropdown events
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 7d41a0378..4b9933bf7 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> |
