1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 21:49:09 +01:00

Fixes issue #11098 -- Button documentation.

This commit is contained in:
Steven Black 2013-10-16 09:39:45 -04:00
parent 70278a4e4f
commit 4dffe7d2e3

View File

@ -1404,7 +1404,7 @@ $('#my-alert').bind('closed.bs.alert', function () {
<h2 id="buttons-usage">Usage</h2>
<p>Enable buttons via JavaScript:</p>
{% highlight js %}
$('.btn-group').button()
$('.btn').button()
{% endhighlight %}
<h3>Markup</h3>