]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Port #14133 over to hosted docs
authorChris Rebert <code@rebertia.com>
Sat, 27 Sep 2014 01:25:01 +0000 (18:25 -0700)
committerChris Rebert <code@rebertia.com>
Sat, 27 Sep 2014 01:25:01 +0000 (18:25 -0700)
components/index.html

index 210b608fe37bffc71f02f9330f89d25bda81b935..7626c7691ce01c5084f120679197db88bd8e4ac9 100644 (file)
 <div class="bs-docs-section">
   <h1 id="alerts" class="page-header">Alerts</h1>
 
-  <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>
+  <p class="lead">Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.</p>
 
   <h2 id="alerts-examples">Examples</h2>
   <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>
 
   <h2 id="alerts-dismissible">Dismissible alerts</h2>
   <p>Build on any alert by adding an optional <code>.alert-dismissible</code> and close button.</p>
+  <div class="bs-callout bs-callout-info">
+    <h4>Requires JavaScript alert plugin</h4>
+    <p>For fully functioning, dismissible alerts, you must use the <a href="../javascript/#alerts">alerts JavaScript plugin</a>.</p>
+  </div>
   <div class="bs-example">
     <div class="alert alert-warning alert-dismissible" role="alert">
       <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>