From: Mark Otto Date: Fri, 23 Mar 2012 07:58:41 +0000 (-0700) Subject: add mention of transitions plugin requirement on collapse X-Git-Tag: v2.0.3~5^2~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e84161076b6c54be4ab0950f5d91c23456a967a7;p=thirdparty%2Fbootstrap.git add mention of transitions plugin requirement on collapse --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d025abf0a1..1f11406c89 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/javascript.html b/docs/javascript.html index f0382bf49d..4f6059cb71 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:

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 01fcb97619..06816c7ad3 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1036,7 +1036,8 @@ $('#my-alert').bind('closed', function () {

{{_i}}About{{/i}}

{{_i}}Get base styles and flexible support for collapsible components like accordions and navigation.{{/i}}

{{_i}}Download file{{/i}} -
+

* {{_i}}Requires the Transitions plugin to be included.{{/i}}

+

{{_i}}Example accordion{{/i}}

{{_i}}Using the collapse plugin, we built a simple accordion style widget:{{/i}}