From: Mark Otto Date: Sun, 8 Apr 2012 06:37:58 +0000 (-0700) Subject: fix typo on js docs selector X-Git-Tag: v2.0.3~5^2~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bc601d9a8c330a4ad14375e63519fcf11bb08ab;p=thirdparty%2Fbootstrap.git fix typo on js docs selector --- 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}}