diff options
| author | Mark Otto <[email protected]> | 2014-02-07 01:39:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-07 01:39:00 -0800 |
| commit | b4aaf04b3fa710439d774df8842861e9cf7ee035 (patch) | |
| tree | 7e5e02135f71004a85588f0e7616066c709c01d4 /docs/javascript.html | |
| parent | 16bbcd7affb98d18bdbbaf7dbf9529dd511d5027 (diff) | |
| parent | bc9335650c0825ddf5805ebcdb513f71540d9c82 (diff) | |
| download | bootstrap-b4aaf04b3fa710439d774df8842861e9cf7ee035.tar.xz bootstrap-b4aaf04b3fa710439d774df8842861e9cf7ee035.zip | |
Merge pull request #12319 from twbs/address-12007
Clarify 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 24c1eb79d..7cd9ede49 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -566,6 +566,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> |
