mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Doc fixes
This commit is contained in:
committed by
Mark Otto
parent
53fe10716a
commit
8006203e47
@@ -1109,9 +1109,9 @@ All dropdown events are fired at the toggling element and then bubbled up. So yo
|
||||
{{< bs-table >}}
|
||||
| Event type | Description |
|
||||
| --- | --- |
|
||||
| `show.bs.dropdown` | Fires immediately when the show instance method is called. |
|
||||
| `show.bs.dropdown` | Fires immediately when the `show` instance method is called. |
|
||||
| `shown.bs.dropdown` | Fired when the dropdown has been made visible to the user and CSS transitions have completed. |
|
||||
| `hide.bs.dropdown` | Fires immediately when the hide instance method has been called. |
|
||||
| `hide.bs.dropdown` | Fires immediately when the `hide` instance method has been called. |
|
||||
| `hidden.bs.dropdown` | Fired when the dropdown has finished being hidden from the user and CSS transitions have completed. |
|
||||
{{< /bs-table >}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user