From: Steven Black Date: Wed, 16 Oct 2013 13:39:45 +0000 (-0400) Subject: Fixes issue #11098 -- Button documentation. X-Git-Tag: v3.0.3~16^2~7^2^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dffe7d2e31958955818dd5847901bd36215971b;p=thirdparty%2Fbootstrap.git Fixes issue #11098 -- Button documentation. --- diff --git a/javascript.html b/javascript.html index 2b03b0927f..9b10491912 100644 --- a/javascript.html +++ b/javascript.html @@ -1404,7 +1404,7 @@ $('#my-alert').bind('closed.bs.alert', function () {

Usage

Enable buttons via JavaScript:

{% highlight js %} -$('.btn-group').button() +$('.btn').button() {% endhighlight %}

Markup