Commit 0d81c4e3 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #11124 from StevenBlack/issue.11098

Fixes issue #11098 -- Button documentation.
parents 080aa7f5 4dffe7d2
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment