diff options
| author | Mark Otto <[email protected]> | 2012-03-23 00:58:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-23 00:58:41 -0700 |
| commit | e84161076b6c54be4ab0950f5d91c23456a967a7 (patch) | |
| tree | 5994f47a121c04b6fdf616d0720a660f67428a08 /docs/javascript.html | |
| parent | f330de0b5c506267dcee917c23844697ee56230d (diff) | |
| download | bootstrap-e84161076b6c54be4ab0950f5d91c23456a967a7.tar.xz bootstrap-e84161076b6c54be4ab0950f5d91c23456a967a7.zip | |
add mention of transitions plugin requirement on collapse
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 () { <h3>About</h3> <p>Get base styles and flexible support for collapsible components like accordions and navigation.</p> <a href="assets/js/bootstrap-collapse.js" target="_blank" class="btn">Download file</a> - </div> + <p class="muted"><strong>*</strong> Requires the Transitions plugin to be included.</p> + </div> <div class="span9 columns"> <h2>Example accordion</h2> <p>Using the collapse plugin, we built a simple accordion style widget:</p> |
