diff options
| author | Mark Otto <[email protected]> | 2013-11-30 00:58:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 00:58:39 -0800 |
| commit | 0d81c4e33993e6d8c2e83f80a0030ae6453c60e5 (patch) | |
| tree | 91071fe8aa03244a8e12194418626c3b4ad8de45 /javascript.html | |
| parent | 080aa7f5c8557b232005cb947df51968d4629656 (diff) | |
| parent | 4dffe7d2e31958955818dd5847901bd36215971b (diff) | |
| download | bootstrap-0d81c4e33993e6d8c2e83f80a0030ae6453c60e5.tar.xz bootstrap-0d81c4e33993e6d8c2e83f80a0030ae6453c60e5.zip | |
Merge pull request #11124 from StevenBlack/issue.11098
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 b424f46f6..f0be59da8 100644 --- a/javascript.html +++ b/javascript.html @@ -1415,7 +1415,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> |
