How can I use collapse panels with full heights?
Like this question: Twitter Bootstrap accordion full height panes But without jquery UI and only with bootstrap?
I tried this: http://jsfiddle.net/5xdp9prh/
$('#collapseTwo').collapse('show').height('auto');
But it doesn't work.