diff --git a/docs/docs.html b/docs/docs.html index 76e1b7e0e7..cbea472fa3 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -5843,20 +5843,20 @@ $('#example').tooltip(options)

Bootstrap's alert class exposes a few events for hooking into alert functionality.

- - - - + + + + - - - - - - - - + + + + + + + +
EventDescription
EventDescription
closeThis event fires immediately when the close instance method is called.
closedThis event is fired when the alert has been closed (will wait for css transitions to complete).
closeThis event fires immediately when the close instance method is called.
closedThis event is fired when the alert has been closed (will wait for css transitions to complete).
{% highlight js linenos %}