Commit 5bc601d9 authored by Mark Otto's avatar Mark Otto
Browse files

fix typo on js docs selector

parent a20cd66b
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
...@@ -1088,7 +1088,7 @@ $('#my-alert').bind('closed', function () { ...@@ -1088,7 +1088,7 @@ $('#my-alert').bind('closed', function () {
<hr> <hr>
<h2>Using bootstrap-button.js</h2> <h2>Using bootstrap-button.js</h2>
<p>Enable buttons via javascript:</p> <p>Enable buttons via javascript:</p>
<pre class="prettyprint linenums">$('.tabs').button()</pre> <pre class="prettyprint linenums">$('.nav-tabs').button()</pre>
<h3>Markup</h3> <h3>Markup</h3>
<p>Data attributes are integral to the button plugin. Check out the example code below for the various markup types.</p> <p>Data attributes are integral to the button plugin. Check out the example code below for the various markup types.</p>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
......
...@@ -1011,7 +1011,7 @@ $('#my-alert').bind('closed', function () { ...@@ -1011,7 +1011,7 @@ $('#my-alert').bind('closed', function () {
<hr> <hr>
<h2>{{_i}}Using bootstrap-button.js{{/i}}</h2> <h2>{{_i}}Using bootstrap-button.js{{/i}}</h2>
<p>{{_i}}Enable buttons via javascript:{{/i}}</p> <p>{{_i}}Enable buttons via javascript:{{/i}}</p>
<pre class="prettyprint linenums">$('.tabs').button()</pre> <pre class="prettyprint linenums">$('.nav-tabs').button()</pre>
<h3>{{_i}}Markup{{/i}}</h3> <h3>{{_i}}Markup{{/i}}</h3>
<p>{{_i}}Data attributes are integral to the button plugin. Check out the example code below for the various markup types.{{/i}}</p> <p>{{_i}}Data attributes are integral to the button plugin. Check out the example code below for the various markup types.{{/i}}</p>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
......
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