bootstrap.js Accordion Collapse / Expand

后端 未结 8 1097
北恋
北恋 2020-12-13 13:24

I\'m trying to create previous / next buttons on each accordion body.

I can\'t figure out a way to collapse / expand a certain section. I tried removing the class <

8条回答
  •  生来不讨喜
    2020-12-13 13:44

    For this kind of problem use addClass("in"); only because of using ".collapse('toggle/Hide/Show');" will disturb the future toggle functionality.

提交回复
热议问题