We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
// rotate triangle dropdown function addRotateTriangleEvent(trackId) { $(".instrument-label").eq(trackId).click(function () { var trackId = $(this).parents('.instrument').index(); $('.instrument').eq(trackId).find(".glyphicon").toggleClass('rotation'); }); }