diff options
| author | Steven Black <[email protected]> | 2013-10-16 09:39:45 -0400 |
|---|---|---|
| committer | Steven Black <[email protected]> | 2013-10-16 09:39:45 -0400 |
| commit | 4dffe7d2e31958955818dd5847901bd36215971b (patch) | |
| tree | d95e65c69cfb60a5765105c4023a874fac903770 /javascript.html | |
| parent | 70278a4e4f6c2e9079d72a2993b69efd3a965ba0 (diff) | |
| download | bootstrap-4dffe7d2e31958955818dd5847901bd36215971b.tar.xz bootstrap-4dffe7d2e31958955818dd5847901bd36215971b.zip | |
Fixes issue #11098 -- Button documentation.
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 2b03b0927..9b1049191 100644 --- a/javascript.html +++ b/javascript.html @@ -1404,7 +1404,7 @@ $('#my-alert').bind('closed.bs.alert', function () { <h2 id="buttons-usage">Usage</h2> <p>Enable buttons via JavaScript:</p> {% highlight js %} -$('.btn-group').button() +$('.btn').button() {% endhighlight %} <h3>Markup</h3> |
