2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

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