diff options
| author | Mark Otto <[email protected]> | 2013-12-31 10:38:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-31 10:38:31 -0800 |
| commit | 0df96d8c320d664336707e1f6f9e5b254a6edb23 (patch) | |
| tree | de6a4deaae57f7b95d1b94f6bb2cc6921439952f /docs/javascript.html | |
| parent | 70b8b330f04960091a99c159f7346ac99d22f31f (diff) | |
| parent | a1b545807327134401eaed28d6f6259eb0d5a7eb (diff) | |
| download | bootstrap-0df96d8c320d664336707e1f6f9e5b254a6edb23.tar.xz bootstrap-0df96d8c320d664336707e1f6f9e5b254a6edb23.zip | |
Merge branch 'master' into docs_dir
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 0f24cdd58..312ca908d 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -569,19 +569,19 @@ $('.dropdown-toggle').dropdown() <tbody> <tr> <td>show.bs.dropdown</td> - <td>This event fires immediately when the show instance method is called.</td> + <td>This event fires immediately when the show instance method is called. The toggling anchor element is available as the <code>relatedTarget</code> property of the event.</td> </tr> <tr> <td>shown.bs.dropdown</td> - <td>This event is fired when the dropdown has been made visible to the user (will wait for CSS transitions, to complete).</td> + <td>This event is fired when the dropdown has been made visible to the user (will wait for CSS transitions, to complete). The toggling anchor element is available as the <code>relatedTarget</code> property of the event.</td> </tr> <tr> <td>hide.bs.dropdown</td> - <td>This event is fired immediately when the hide instance method has been called.</td> + <td>This event is fired immediately when the hide instance method has been called. The toggling anchor element is available as the <code>relatedTarget</code> property of the event.</td> </tr> <tr> <td>hidden.bs.dropdown</td> - <td>This event is fired when the dropdown has finished being hidden from the user (will wait for CSS transitions, to complete).</td> + <td>This event is fired when the dropdown has finished being hidden from the user (will wait for CSS transitions, to complete). The toggling anchor element is available as the <code>relatedTarget</code> property of the event.</td> </tr> </tbody> </table> |
