diff --git a/javascript.html b/javascript.html index c3a6b0a32..c21842b07 100644 --- a/javascript.html +++ b/javascript.html @@ -478,10 +478,43 @@ $('.dropdown-toggle').dropdown()
Toggles the dropdown menu of a given navbar or tabbed navigation.
+ +| Event Type | +Description | +
|---|---|
| show.bs.dropdown | +This event fires immediately when the show instance method is called. | +
| shown.bs.dropdown | +This event is fired when the dropdown has been made visible to the user (will wait for CSS transitions, to complete). | +
| hide.bs.dropdown | +This event is fired immediately when the hide instance method has been called. | +
| hidden.bs.dropdown | +This event is fired when the dropdown has finished being hidden from the user (will wait for CSS transitions, to complete). | +