是否有可能在twitter bootstrap崩溃插件上打开所有块?
答案 0 :(得分:1)
您可能只想使用一些jQuery,而不是使用崩溃插件。
jQuery(document).ready(function(){
$('.accordion .heading').click(function() {
$(this).next().toggle('slow');
return false;
});
});
答案 1 :(得分:0)
我确信你可以使用“in”类来做到这一点......
<div id="collapseOne" class="accordion-body collapse **in**">