You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4.0/components/collapse.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,10 @@ Shows a collapsible element. **Returns to the caller before the collapsible elem
226
226
227
227
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).
228
228
229
+
#### `.collapse('update')`
230
+
231
+
Update a collapsible element if it changed during its lifetime.
232
+
229
233
### Events
230
234
231
235
Bootstrap's collapse class exposes a few events for hooking into collapse functionality.
0 commit comments