diff options
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 6a0807952..ee3b4d7b0 100644 --- a/javascript.html +++ b/javascript.html @@ -1358,7 +1358,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> |
