0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #10131 from andyen/master

correct enable selector for button usage in docs
This commit is contained in:
Mark Otto 2013-08-27 08:23:40 -07:00
commit 19c0d2ad94

View File

@ -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>