diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 1e18acbb80..e40a00a771 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/javascript.html b/docs/javascript.html index 2a0f3d861f..ce495414f7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1088,7 +1088,7 @@ $('#my-alert').bind('closed', function () {

Using bootstrap-button.js

Enable buttons via javascript:

-
$('.tabs').button()
+
$('.nav-tabs').button()

Markup

Data attributes are integral to the button plugin. Check out the example code below for the various markup types.

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index bb25f09572..3792279ef7 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -1011,7 +1011,7 @@ $('#my-alert').bind('closed', function () {
           

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

{{_i}}Enable buttons via javascript:{{/i}}

-
$('.tabs').button()
+
$('.nav-tabs').button()

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

{{_i}}Data attributes are integral to the button plugin. Check out the example code below for the various markup types.{{/i}}