From 5bc601d9a8c330a4ad14375e63519fcf11bb08ab Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Apr 2012 23:37:58 -0700 Subject: fix typo on js docs selector --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 2a0f3d861..ce495414f 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.

-- 
cgit v1.2.3