I am making a Rails app, and am trying to achieve a particular functionality relating to Twitter\'s Bootstrap collapse. Bear with me as I explain it.
I currently hav
This was helpful for me:
jQuery('button').click( function(e) { jQuery('.in').collapse('hide'); });
It's collapsed already open section. Thnks to GrafiCode Studio