]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add note about styling tabs
authorMarcus Bointon <marcus@synchromedia.co.uk>
Wed, 21 Mar 2012 10:28:23 +0000 (11:28 +0100)
committerMarcus Bointon <marcus@synchromedia.co.uk>
Wed, 21 Mar 2012 10:28:23 +0000 (11:28 +0100)
Fix typo in popover docs

docs/javascript.html

index 739e2475f7db3a7e960ead28c6d57c96d68cbccb..c9b94a3ca547cc5fff02a2f3fefed1110cd26435 100644 (file)
@@ -644,7 +644,7 @@ $('#myTab a[href="#profile"]').tab('show');
 $('#myTab a:last').tab('show');
 </pre>
           <h3>Markup</h3>
-          <p>You can activate a tab or pill navigation without writing any javascript by simply specifying <code>data-toggle="tab"</code> or <code>data-toggle="pill"</code> on an element.</p>
+          <p>You can activate a tab or pill navigation without writing any javascript by simply specifying <code>data-toggle="tab"</code> or <code>data-toggle="pill"</code> on an element. Adding the <code>nav</code> and <code>nav-tabs</code> classes to the tab <code>ul</code> will apply the bootstrap tab styling.</p>
 <pre class="prettyprint linenums">
 &lt;ul class="nav nav-tabs"&gt;
   &lt;li&gt;&lt;a href="#home" data-toggle="tab"&gt;Home&lt;/a&gt;&lt;/li&gt;
@@ -898,7 +898,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
           </div>
           <h3>Markup</h3>
           <p>
-          For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a the selector option.
+          For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a selector option.
           </p>
           <h3>Methods</h3>
           <h4>$().popover(options)</h4>