I\'m developing a website using bootstrap and its responsive JS+CSS.
At the top of the page I have a fixed navigation bar where an \"expand menu\" button is shown in
$('.collapse').on('bsTransitionEnd', function(e) { console.log('finished') })
This worked for me for collapsible panels of any kind. You might try with a different selector.