diff options
| author | Mark Otto <[email protected]> | 2013-08-27 08:23:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-27 08:23:40 -0700 |
| commit | 19c0d2ad94b81d0ef16b91f76cb6830ec99144c2 (patch) | |
| tree | cc684891aef2d297b4de6dbeab5329af2918cf51 | |
| parent | e4a2c35b84b71082d46c21876bd34f39fff1d81d (diff) | |
| parent | 79efeec874eda0042b4da1520b418005776466c2 (diff) | |
| download | bootstrap-19c0d2ad94b81d0ef16b91f76cb6830ec99144c2.tar.xz bootstrap-19c0d2ad94b81d0ef16b91f76cb6830ec99144c2.zip | |
Merge pull request #10131 from andyen/master
correct enable selector for button usage in docs
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 6cebde638..48aaf2cd9 100644 --- a/javascript.html +++ b/javascript.html @@ -1372,7 +1372,7 @@ $('#my-alert').bind('closed.bs.alert', function () { <h2 id="buttons-usage">Usage</h2> <p>Enable buttons via JavaScript:</p> {% highlight js %} -$('.nav-tabs').button() +$('.btn-group').button() {% endhighlight %} <h3>Markup</h3> |
