mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-16 16:21:05 +00:00
Merge pull request #10131 from andyen/master
correct enable selector for button usage in docs
This commit is contained in:
commit
19c0d2ad94
1 changed files with 1 additions and 1 deletions
|
|
@ -1372,7 +1372,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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue