mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
correct enable selector for button usage
following the given examples the correct selector to enable the buttons with javascript is ".btn-group".
This commit is contained in:
parent
4c2b15d6f5
commit
79efeec874
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue