]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo on js docs selector
authorMark Otto <markotto@twitter.com>
Sun, 8 Apr 2012 06:37:58 +0000 (23:37 -0700)
committerMark Otto <markotto@twitter.com>
Sun, 8 Apr 2012 06:37:58 +0000 (23:37 -0700)
docs/assets/bootstrap.zip
docs/javascript.html
docs/templates/pages/javascript.mustache

index 1e18acbb80270a894de83d5769a9fab4af279c25..e40a00a771ad5ea73034831d19e798891dc9adc7 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 2a0f3d861fad85d327516f27214a3cfa375b84c6..ce495414f7b5fa0965e3083ba78f11bac800c087 100644 (file)
@@ -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">
index bb25f095725b51b199b6f56e7b5e6be37681ec35..3792279ef7288aea56d654ee4a18f16c6dafd690 100644 (file)
@@ -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">