collapse.md 11.9 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1
---
Mark Otto's avatar
Mark Otto committed
2
layout: docs
Mark Otto's avatar
Mark Otto committed
3
title: Collapse
Mark Otto's avatar
Mark Otto committed
4
description: Toggle the visibility of content across your project with a few classes and our JavaScript plugins.
5
group: components
Mark Otto's avatar
Mark Otto committed
6
toc: true
Mark Otto's avatar
Mark Otto committed
7
8
---

Mark Otto's avatar
Mark Otto committed
9
## Example
Mark Otto's avatar
Mark Otto committed
10

Mark Otto's avatar
Mark Otto committed
11
12
13
14
Click the buttons below to show and hide another element via class changes:

- `.collapse` hides content
- `.collapsing` is applied during transitions
Starsam80's avatar
Starsam80 committed
15
- `.collapse.show` shows content
Mark Otto's avatar
Mark Otto committed
16
17
18
19

You can use a link with the `href` attribute, or a button with the `data-target` attribute. In both cases, the `data-toggle="collapse"` is required.

{% example html %}
Mark Otto's avatar
Mark Otto committed
20
<p>
21
  <a class="btn btn-primary" data-toggle="collapse" href="#collapseExample" role="button" aria-expanded="false" aria-controls="collapseExample">
Mark Otto's avatar
Mark Otto committed
22
23
24
25
26
27
28
    Link with href
  </a>
  <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
    Button with data-target
  </button>
</p>
<div class="collapse" id="collapseExample">
29
  <div class="card card-body">
Mark Otto's avatar
Mark Otto committed
30
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
Mark Otto's avatar
Mark Otto committed
31
  </div>
Mark Otto's avatar
Mark Otto committed
32
</div>
Mark Otto's avatar
Mark Otto committed
33
34
{% endexample %}

35
## Multiple targets
36
37

A `<button>` or `<a>` can show and hide multiple elements by referencing them with a JQuery selector in its `href` or `data-target` attribute.
XhmikosR's avatar
XhmikosR committed
38
Multiple `<button>` or `<a>` can show and hide an element if they each reference it with their `href` or `data-target` attribute
39
40
41

{% example html %}
<p>
42
  <a class="btn btn-primary" data-toggle="collapse" href="#multiCollapseExample1" role="button" aria-expanded="false" aria-controls="multiCollapseExample1">Toggle first element</a>
Chirag Modi's avatar
Chirag Modi committed
43
  <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#multiCollapseExample2" aria-expanded="false" aria-controls="multiCollapseExample2">Toggle second element</button>
44
45
46
47
48
  <button class="btn btn-primary" type="button" data-toggle="collapse" data-target=".multi-collapse" aria-expanded="false" aria-controls="multiCollapseExample1 multiCollapseExample2">Toggle both elements</button>
</p>
<div class="row">
  <div class="col">
    <div class="collapse multi-collapse" id="multiCollapseExample1">
49
      <div class="card card-body">
50
51
52
53
54
55
        Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
      </div>
    </div>
  </div>
  <div class="col">
    <div class="collapse multi-collapse" id="multiCollapseExample2">
56
      <div class="card card-body">
57
58
59
60
61
62
63
        Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
      </div>
    </div>
  </div>
</div>
{% endexample %}

Mark Otto's avatar
Mark Otto committed
64
## Accordion example
Mark Otto's avatar
Mark Otto committed
65

Mark Otto's avatar
Mark Otto committed
66
Using the [card]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/card/) component, you can extend the default collapse behavior to create an accordion.
Mark Otto's avatar
Mark Otto committed
67
68

{% example html %}
Andres Galante's avatar
Andres Galante committed
69
<div class="accordion" id="accordion">
70
  <div class="card">
71
    <div class="card-header" id="headingOne">
72
      <h5 class="mb-0">
73
        <button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Mark Otto's avatar
Mark Otto committed
74
          Collapsible Group Item #1
75
        </button>
Mark Otto's avatar
Mark Otto committed
76
      </h5>
Mark Otto's avatar
Mark Otto committed
77
    </div>
Johann-S's avatar
Johann-S committed
78

79
    <div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
80
      <div class="card-body">
81
82
        Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
      </div>
Mark Otto's avatar
Mark Otto committed
83
84
    </div>
  </div>
85
  <div class="card">
86
    <div class="card-header" id="headingTwo">
87
      <h5 class="mb-0">
88
        <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Mark Otto's avatar
Mark Otto committed
89
          Collapsible Group Item #2
90
        </button>
Mark Otto's avatar
Mark Otto committed
91
      </h5>
Mark Otto's avatar
Mark Otto committed
92
    </div>
93
    <div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
94
      <div class="card-body">
95
96
        Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
      </div>
Mark Otto's avatar
Mark Otto committed
97
98
    </div>
  </div>
99
  <div class="card">
100
    <div class="card-header" id="headingThree">
101
      <h5 class="mb-0">
102
        <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Mark Otto's avatar
Mark Otto committed
103
          Collapsible Group Item #3
104
        </button>
Mark Otto's avatar
Mark Otto committed
105
      </h5>
Mark Otto's avatar
Mark Otto committed
106
    </div>
107
    <div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
108
      <div class="card-body">
109
110
        Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
      </div>
Mark Otto's avatar
Mark Otto committed
111
112
113
    </div>
  </div>
</div>
Mark Otto's avatar
Mark Otto committed
114
115
{% endexample %}

116
117
## Accessibility

118
Be sure to add `aria-expanded` to the control element. This attribute explicitly conveys the current state of the collapsible element tied to the control to screen readers and similar assistive technologies. If the collapsible element is closed by default, the attribute on the control element should have a value of `aria-expanded="false"`. If you've set the collapsible element to be open by default using the `show` class, set `aria-expanded="true"` on the control instead. The plugin will automatically toggle this attribute on the control based on whether or not the collapsible element has been opened or closed (via JavaScript, or because the user triggered another control element also tied to the same collapsbile element). If the control element's HTML element is not a button (e.g., an `<a>` or `<div>`), the attribute `role="button"` should be added to the element.
119

120
121
122
If your control element is targeting a single collapsible element – i.e. the `data-target` attribute is pointing to an `id` selector – you should add the `aria-controls` attribute to the control element, containing the `id` of the collapsible element. Modern screen readers and similar assistive technologies make use of this attribute to provide users with additional shortcuts to navigate directly to the collapsible element itself.

Note that Bootstrap's current implementation does not cover the various keyboard interactions described in the [WAI-ARIA Authoring Practices 1.1 accordion pattern](https://www.w3.org/TR/wai-aria-practices-1.1/#accordion) - you will need to include these yourself with custom JavaScript.
Mark Otto's avatar
Mark Otto committed
123

Mark Otto's avatar
Mark Otto committed
124
125
126
127
128
## Usage

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

- `.collapse` hides the content
Starsam80's avatar
Starsam80 committed
129
- `.collapse.show` shows the content
Mark Otto's avatar
Mark Otto committed
130
131
- `.collapsing` is added when the transition starts, and removed when it finishes

132
These classes can be found in `_transitions.scss`.
Mark Otto's avatar
Mark Otto committed
133

Mark Otto's avatar
Mark Otto committed
134
135
### Via data attributes

136
Just add `data-toggle="collapse"` and a `data-target` to the element to automatically assign control of one or more collapsible elements. 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 `show`.
Mark Otto's avatar
Mark Otto committed
137

138
To add accordion-like group management to a collapsible area, add the data attribute `data-parent="#selector"`. Refer to the demo to see this in action.
Mark Otto's avatar
Mark Otto committed
139
140
141
142

### Via JavaScript

Enable manually with:
Mark Otto's avatar
Mark Otto committed
143
144
145
146
147

{% highlight js %}
$('.collapse').collapse()
{% endhighlight %}

Mark Otto's avatar
Mark Otto committed
148
149
150
151
### Options

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to `data-`, as in `data-parent=""`.

Mark Otto's avatar
Mark Otto committed
152
<table class="table table-bordered table-striped">
153
  <thead>
154
155
156
157
158
159
    <tr>
      <th style="width: 100px;">Name</th>
      <th style="width: 50px;">Type</th>
      <th style="width: 50px;">Default</th>
      <th>Description</th>
    </tr>
160
161
  </thead>
  <tbody>
162
163
    <tr>
      <td>parent</td>
164
      <td>selector | jQuery object | DOM element </td>
165
      <td>false</td>
166
      <td>If parent is provided, then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior - this is dependent on the <code>card</code> class). The attribute has to be set on the target collapsible area.</td>
167
168
169
170
171
172
173
    </tr>
    <tr>
      <td>toggle</td>
      <td>boolean</td>
      <td>true</td>
      <td>Toggles the collapsible element on invocation</td>
    </tr>
174
175
  </tbody>
</table>
Mark Otto's avatar
Mark Otto committed
176
177
178

### Methods

179
180
181
{% capture callout-include %}{% include callout-danger-async-methods.md %}{% endcapture %}
{{ callout-include | markdownify }}

182
#### `.collapse(options)`
Mark Otto's avatar
Mark Otto committed
183
184
185

Activates your content as a collapsible element. Accepts an optional options `object`.

Mark Otto's avatar
Mark Otto committed
186
187
188
189
190
191
{% highlight js %}
$('#myCollapsible').collapse({
  toggle: false
})
{% endhighlight %}

192
#### `.collapse('toggle')`
Mark Otto's avatar
Mark Otto committed
193

Jqmey's avatar
Jqmey committed
194
Toggles a collapsible element to shown or hidden. **Returns to the caller before the collapsible element has actually been shown or hidden** (i.e. before the `shown.bs.collapse` or `hidden.bs.collapse` event occurs).
Mark Otto's avatar
Mark Otto committed
195

196
#### `.collapse('show')`
Mark Otto's avatar
Mark Otto committed
197

198
Shows a collapsible element. **Returns to the caller before the collapsible element has actually been shown** (i.e. before the `shown.bs.collapse` event occurs).
Mark Otto's avatar
Mark Otto committed
199

200
#### `.collapse('hide')`
Mark Otto's avatar
Mark Otto committed
201

202
Hides a collapsible element. **Returns to the caller before the collapsible element has actually been hidden** (i.e. before the `hidden.bs.collapse` event occurs).
Mark Otto's avatar
Mark Otto committed
203

204
#### `.collapse('dispose')`
205
206
207

Destroys an element's collapse.

Mark Otto's avatar
Mark Otto committed
208
209
210
211
### Events

Bootstrap's collapse class exposes a few events for hooking into collapse functionality.

Mark Otto's avatar
Mark Otto committed
212
<table class="table table-bordered table-striped">
213
  <thead>
214
215
216
217
    <tr>
      <th style="width: 150px;">Event Type</th>
      <th>Description</th>
    </tr>
218
219
  </thead>
  <tbody>
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
    <tr>
      <td>show.bs.collapse</td>
      <td>This event fires immediately when the <code>show</code> instance method is called.</td>
    </tr>
    <tr>
      <td>shown.bs.collapse</td>
      <td>This event is fired when a collapse element has been made visible to the user (will wait for CSS transitions to complete).</td>
    </tr>
    <tr>
      <td>hide.bs.collapse</td>
      <td>This event is fired immediately when the <code>hide</code> method has been called.</td>
    </tr>
    <tr>
      <td>hidden.bs.collapse</td>
      <td>This event is fired when a collapse element has been hidden from the user (will wait for CSS transitions to complete).</td>
    </tr>
236
237
  </tbody>
</table>
Mark Otto's avatar
Mark Otto committed
238

Mark Otto's avatar
Mark Otto committed
239
240
241
242
243
{% highlight js %}
$('#myCollapsible').on('hidden.bs.collapse', function () {
  // do something…
})
{% endhighlight %}