mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 06:36:33 +02:00
Fixes issue #11098 -- Button documentation.
This commit is contained in:
@@ -1404,7 +1404,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 %}
|
||||||
$('.btn-group').button()
|
$('.btn').button()
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<h3>Markup</h3>
|
<h3>Markup</h3>
|
||||||
|
Reference in New Issue
Block a user