mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-12 16:40:59 +00:00
Merge pull request #11124 from StevenBlack/issue.11098
Fixes issue #11098 -- Button documentation.
This commit is contained in:
commit
0d81c4e339
1 changed files with 1 additions and 1 deletions
|
|
@ -1415,7 +1415,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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue