From: Mark Otto Date: Mon, 14 Oct 2013 01:56:03 +0000 (-0700) Subject: mention .invisible in docs per #10102 X-Git-Tag: v3.0.1~39^2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcbe591fa977a6e8aa93ab47ffba6adff24fb519;p=thirdparty%2Fbootstrap.git mention .invisible in docs per #10102 --- diff --git a/javascript.html b/javascript.html index 4fed27e48e..2b03b0927f 100644 --- a/javascript.html +++ b/javascript.html @@ -1574,6 +1574,13 @@ $('.btn-group').button()

Usage

+

The collapse plugin utilizes a few classes to handle the heavy lifting:

+ +

These classes can be found in component-animations.less.

Via data attributes

Just add data-toggle="collapse" and a data-target to element to automatically assign control of a collapsible element. The data-target attribute accepts a CSS selector to apply the collapse to. Be sure to add the class collapse to the collapsible element. If you'd like it to default open, add the additional class in.