0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge branch 'v4-dev' into fix-unwanted-padding-on-modal

This commit is contained in:
David Bailey 2017-08-29 22:42:29 +01:00 committed by GitHub
commit a766dd5692

View File

@ -216,7 +216,7 @@ $('#myCollapsible').collapse({
#### `.collapse('toggle')` #### `.collapse('toggle')`
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). 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).
#### `.collapse('show')` #### `.collapse('show')`