I have read all related questions regarding my question and have tried them all to no avail. I can\'t seem to make my code work, even though I \"think\" almost every code I
you can try this.
Here's the HTML Code:
Collapsible Group Item #1
Here's the JQuery
$('#accordion').on('shown.bs.collapse hidden.bs.collapse', function (e) {
$(e.target).prev('.panel-heading').find("span.glyphicon").toggleClass('glyphicon-chevron-up glyphicon-chevron-down',200, "easeOutSine" );
});