From e84161076b6c54be4ab0950f5d91c23456a967a7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 23 Mar 2012 00:58:41 -0700 Subject: add mention of transitions plugin requirement on collapse --- docs/javascript.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index f0382bf49..4f6059cb7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1112,7 +1112,8 @@ $('#my-alert').bind('closed', function () {

About

Get base styles and flexible support for collapsible components like accordions and navigation.

Download file - +

* Requires the Transitions plugin to be included.

+

Example accordion

Using the collapse plugin, we built a simple accordion style widget:

-- cgit v1.2.3