Commit 79efeec8 authored by Andreas Jendrzey's avatar Andreas Jendrzey

correct enable selector for button usage

following the given examples the correct selector to enable the buttons with javascript is ".btn-group".
parent 4c2b15d6
...@@ -1358,7 +1358,7 @@ $('#my-alert').bind('closed.bs.alert', function () { ...@@ -1358,7 +1358,7 @@ $('#my-alert').bind('closed.bs.alert', function () {
<h2 id="buttons-usage">Usage</h2> <h2 id="buttons-usage">Usage</h2>
<p>Enable buttons via JavaScript:</p> <p>Enable buttons via JavaScript:</p>
{% highlight js %} {% highlight js %}
$('.nav-tabs').button() $('.btn-group').button()
{% endhighlight %} {% endhighlight %}
<h3>Markup</h3> <h3>Markup</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment