From 26386ad615a48be02d896a41b7c72a7470c8a9c3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 1 Oct 2012 00:05:18 -0700 Subject: remove tabbable tabs on left, right, and bottom; instead, from here out use stacked pills or tabs --- docs/javascript.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/javascript.html') 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> +

To make tabs fade in, add .fade to each .tab-pane.

Methods

$().tab

-- cgit v1.2.3