私はバックボーン、ブートストラップ「崩壊」を使用しています。ボタンがクリックされたときにクラスを変更しようとしています。
html
<button id="btnCollapse" class="btn" type="button">
<i id="accordionIcon-{{id}}" class="icon-down"></i>
</button>
js
CollapsePress : function(event) {
//change the class back and forth with every click (icon-down to icon-right)
}