From e84161076b6c54be4ab0950f5d91c23456a967a7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 23 Mar 2012 00:58:41 -0700 Subject: [PATCH] add mention of transitions plugin requirement on collapse --- docs/assets/bootstrap.zip | Bin 55701 -> 55701 bytes docs/javascript.html | 3 ++- docs/templates/pages/javascript.mustache | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d025abf0a1df17ad1fe2587e98dee521e3b5efb3..1f11406c89bc95b1c639373e87adc59774c23bf1 100644 GIT binary patch delta 425 zcmbQbnR)7FW}X0VW)?065C~+S$fL-nshi`ktvk7Jt|$jYIEZ~>fGV3dOjw!;sBVTW zn-)+&OLyb#-JDE8?2~73IYO0ezRzXC0aPi(IcK%*vI)o0Swooskj79<~V)tCwB=Z`=h(3T}vy_vKi zJfNJwHGd?zhHDNmIiSji*IYn6kSRc3z*U*aN!P_e=0Z)Hbv+P?$8*CQ$*~x&J~{AcvA!bmM?@E delta 425 zcmbQbnR)7FW}X0VW)?065ctb7kw=m3tVWLid5y`1b45Ae!U3vm=U~FpOh9!rY{3HO zG&bJe%?T8kJcG*-Dzf=Lmk9?*NL1JeY}i?i&A!5&rXZmk9%f)wKp_#&R3nf{0W$oV zx#{|$A)E}%aH~OfOg>!g4Aak3Qz-xvYVWay37zVx7GPpvo$NkWh3!1D+a~wTHGsNy z^O3o!iXcVW`%R#VHmB~NDGD@d(p7z?vl^2PugZeV4Y+E|bWUUPM+k4pRc|Doz%_p) zUc)s9kUpr&hu2&{a&S{*CMR7NN0Og)JrIeAbout

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}}