diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 32afa3a0..91279e1a 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/base-css.html b/docs/base-css.html index 1e9f6e8c..7f409e01 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1014,9 +1014,9 @@ For example, <code>section</code> should be wrapped as inline.
- +
- + Something may have gone wrong
@@ -1028,9 +1028,9 @@ For example, <code>section</code> should be wrapped as inline.
- +
- + Woohoo!
@@ -1534,11 +1534,11 @@ For example, <code>section</code> should be wrapped as inline.
- +
- +
diff --git a/docs/download.html b/docs/download.html index 8442dcad..c385046d 100644 --- a/docs/download.html +++ b/docs/download.html @@ -93,7 +93,7 @@ diff --git a/docs/javascript.html b/docs/javascript.html index 5d505eb4..e3e274b2 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -923,7 +923,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

Using bootstrap-alerts.js

Enable dismissal of an alert via javascript:

-
$(".alert-message").alert()
+
$(".alert").alert()

Markup

Just add data-dismiss="alert" to your close button to automatically give an alert close functionality.

<a class="close" data-dismiss="alert" href="#">&times;</a>
@@ -932,7 +932,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

Wraps all alerts with close functionality. To have your alerts animate out when closed, make sure they have the .fade and .in class already applied to them.

.alert('close')

Closes an alert.

-
$(".alert-message").alert('close')
+
$(".alert").alert('close')

Events

Bootstrap's alert class exposes a few events for hooking into alert functionality.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index fd9a82f5..443d5ca9 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -938,9 +938,9 @@
- +
- + {{_i}}Something may have gone wrong{{/i}}
@@ -952,9 +952,9 @@
- +
- + {{_i}}Woohoo!{{/i}}
@@ -1458,11 +1458,11 @@
- +
- +
diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index f6d319d6..fe38d145 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -17,7 +17,7 @@ diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 67bc83a1..9850335c 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -847,7 +847,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

{{_i}}Using bootstrap-alerts.js{{/i}}

{{_i}}Enable dismissal of an alert via javascript:{{/i}}

-
$(".alert-message").alert()
+
$(".alert").alert()

{{_i}}Markup{{/i}}

{{_i}}Just add data-dismiss="alert" to your close button to automatically give an alert close functionality.{{/i}}

<a class="close" data-dismiss="alert" href="#">&times;</a>
@@ -856,7 +856,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

{{_i}}Wraps all alerts with close functionality. To have your alerts animate out when closed, make sure they have the .fade and .in class already applied to them.{{/i}}

.alert('close')

{{_i}}Closes an alert.{{/i}}

-
$(".alert-message").alert('close')
+
$(".alert").alert('close')

{{_i}}Events{{/i}}

{{_i}}Bootstrap's alert class exposes a few events for hooking into alert functionality.{{/i}}