I'm currently working on a vertical accordion-style sidebar navigation system. Everything seems to be functioning properly, but I've encountered some issues with the icons that I'm using from Twitter Bootstrap 3.
You can view the code on this FIDDLE.
My problem is that when I expand a list item, I want the icon to face downwards, and when I click again for it to collapse, as well as change to a left-facing chevron icon.
I would also like help in adding a transition effect so that when it expands, it animates smoothly from facing left to facing down.
Another issue is that I am only able to expand the menu when clicking on the text specifically, rather than being able to do so across the entire row.
Appreciate any assistance in advance.