diff --git a/components/index.html b/components/index.html index 210b608fe3..7626c7691c 100644 --- a/components/index.html +++ b/components/index.html @@ -3103,7 +3103,7 @@

Alerts

-

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

+

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.

Examples

Wrap any text and an optional dismiss button in .alert and one of the four contextual classes (e.g., .alert-success) for basic alert messages.

@@ -3134,6 +3134,10 @@

Dismissible alerts

Build on any alert by adding an optional .alert-dismissible and close button.

+
+

Requires JavaScript alert plugin

+

For fully functioning, dismissible alerts, you must use the alerts JavaScript plugin.

+