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 <
For this kind of problem use addClass("in"); only because of using ".collapse('toggle/Hide/Show');" will disturb the future toggle functionality.