diff options
| author | Mark Otto <[email protected]> | 2012-10-01 00:05:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-01 00:05:18 -0700 |
| commit | 26386ad615a48be02d896a41b7c72a7470c8a9c3 (patch) | |
| tree | efbe4ffccd46e0499870061dfa55bb737bc03d60 /docs/javascript.html | |
| parent | ecf6077f480f0ff255e38c6643a23b5d74ef53f3 (diff) | |
| download | bootstrap-26386ad615a48be02d896a41b7c72a7470c8a9c3.tar.xz bootstrap-26386ad615a48be02d896a41b7c72a7470c8a9c3.zip | |
remove tabbable tabs on left, right, and bottom; instead, from here out use stacked pills or tabs
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 03d670132..241ea9cd0 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -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> </ul></pre> + <p>To make tabs fade in, add <code>.fade</code> to each <code>.tab-pane</code>.</p> <h3>Methods</h3> <h4>$().tab</h4> |
