From 9c1e09fa6f4e4dc5b80f3a85d84b31dd7d8aff31 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 26 Sep 2014 18:25:01 -0700 Subject: [PATCH] Port #14133 over to hosted docs --- components/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.

+