mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
fix typo on js docs selector
This commit is contained in:
parent
a20cd66ba4
commit
5bc601d9a8
Binary file not shown.
@ -1088,7 +1088,7 @@ $('#my-alert').bind('closed', function () {
|
||||
<hr>
|
||||
<h2>Using bootstrap-button.js</h2>
|
||||
<p>Enable buttons via javascript:</p>
|
||||
<pre class="prettyprint linenums">$('.tabs').button()</pre>
|
||||
<pre class="prettyprint linenums">$('.nav-tabs').button()</pre>
|
||||
<h3>Markup</h3>
|
||||
<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">
|
||||
|
2
docs/templates/pages/javascript.mustache
vendored
2
docs/templates/pages/javascript.mustache
vendored
@ -1011,7 +1011,7 @@ $('#my-alert').bind('closed', function () {
|
||||
<hr>
|
||||
<h2>{{_i}}Using bootstrap-button.js{{/i}}</h2>
|
||||
<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>
|
||||
<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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user