mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
alerts.md: use Markdown (#32193)
This commit is contained in:
@@ -108,7 +108,7 @@ Bootstrap's alert plugin exposes a few events for hooking into alert functionali
|
|||||||
|
|
||||||
| Event | Description |
|
| 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). |
|
| `closed.bs.alert` | This event is fired when the alert has been closed (will wait for CSS transitions to complete). |
|
||||||
|
|
||||||
{% highlight js %}
|
{% highlight js %}
|
||||||
|
|||||||
Reference in New Issue
Block a user