remove tabbable tabs on left, right, and bottom; instead, from here out use stacked pills or tabs

This commit is contained in:
Mark Otto
2012-10-01 00:05:18 -07:00
parent ecf6077f48
commit 26386ad615
6 changed files with 2 additions and 468 deletions

View File

@@ -691,6 +691,7 @@ $('#myTab li:eq(2) a').tab('show'); // Select third tab (0-indexed)
<li><a href="#messages" data-toggle="tab">Messages</a></li>
<li><a href="#settings" data-toggle="tab">Settings</a></li>
&lt;/ul&gt;</pre>
<p>To make tabs fade in, add <code>.fade</code> to each <code>.tab-pane</code>.</p>
<h3>Methods</h3>
<h4>$().tab</h4>