I want to highlight the selected collapse item. To achieve this, I added new classes (accordion-heading-highlighted and accordion-group-highlighted) with addClass() method for the accordion-heading and accordion-group but there is a problem.
If I clicked on a collapsible item while it is closed, it works fine. However, If I clicked on a collapsible item which is opened, it's accordion-heading background color couldn't change to the original one.
You can test it on here: http://jsfiddle.net/uuZAK/
How can I fix this?