0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

alerts.md: use Markdown (#32193)

This commit is contained in:
XhmikosR 2020-11-18 21:29:41 +02:00 committed by GitHub
parent 4bdaa2604f
commit 5fd0c239bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ Bootstrap's alert plugin exposes a few events for hooking into alert functionali
| Event | Description |
| --- | --- |
| `close.bs.alert` | This event fires immediately when the <code>close</code> instance method is called. |
| `close.bs.alert` | This event fires immediately when the `close` instance method is called. |
| `closed.bs.alert` | This event is fired when the alert has been closed (will wait for CSS transitions to complete). |
{% highlight js %}