Skip to content

Commit 9c1e09f

Browse files
committed
Port twbs#14133 over to hosted docs
1 parent 7ac0c4a commit 9c1e09f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3103,7 +3103,7 @@ <h3>Thumbnail label</h3>
31033103
<div class="bs-docs-section">
31043104
<h1 id="alerts" class="page-header">Alerts</h1>
31053105

3106-
<p class="lead">Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the <a href="../javascript/#alerts">alerts jQuery plugin</a>.</p>
3106+
<p class="lead">Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.</p>
31073107

31083108
<h2 id="alerts-examples">Examples</h2>
31093109
<p>Wrap any text and an optional dismiss button in <code>.alert</code> and one of the four contextual classes (e.g., <code>.alert-success</code>) for basic alert messages.</p>
@@ -3134,6 +3134,10 @@ <h4>No default class</h4>
31343134

31353135
<h2 id="alerts-dismissible">Dismissible alerts</h2>
31363136
<p>Build on any alert by adding an optional <code>.alert-dismissible</code> and close button.</p>
3137+
<div class="bs-callout bs-callout-info">
3138+
<h4>Requires JavaScript alert plugin</h4>
3139+
<p>For fully functioning, dismissible alerts, you must use the <a href="../javascript/#alerts">alerts JavaScript plugin</a>.</p>
3140+
</div>
31373141
<div class="bs-example">
31383142
<div class="alert alert-warning alert-dismissible" role="alert">
31393143
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>

0 commit comments

Comments
 (0)