Jquery 引导手风琴-一次只能打开一个

Jquery 引导手风琴-一次只能打开一个,jquery,twitter-bootstrap,accordion,Jquery,Twitter Bootstrap,Accordion,我的手风琴有点问题。我不能一次只打开一个!我觉得我什么都试过了!我知道我已经改变了结构,使小组主体出现在小组标题下,但这难道不可能吗 希望任何人都能帮忙!提前谢谢 这是我要添加的页面 lokaler上方的过移 洛卡勒餐厅 Fænø–直到80人。 [separator style_type=“none”top_margin=”“bottom_margin=“10”sep_color=”“icon=”“width=”“class=”“id=”“] [separator sty

我的手风琴有点问题。我不能一次只打开一个!我觉得我什么都试过了!我知道我已经改变了结构,使小组主体出现在小组标题下,但这难道不可能吗

希望任何人都能帮忙!提前谢谢

这是我要添加的页面

lokaler上方的过移

洛卡勒餐厅

Fænø–直到80人。 [separator style_type=“none”top_margin=”“bottom_margin=“10”sep_color=”“icon=”“width=”“class=”“id=”“] [separator style_type=“none”top_margin=”“bottom_margin=“20”sep_color=”“icon=”“width=”“class=”“id=”“] Lokalenavn 法诺 m2 115 Mål 13,5 x 8,5 Biograf 80人。 Skole 60人。 Sildeben 60人。 U-Bord 32%。 咖啡馆(6人) 54人。 FænøSund–执行至54人。 [separator style_type=“none”top_margin=”“bottom_margin=“10”sep_color=”“icon=”“width=”“class=”“id=”“] [separator style_type=“none”top_margin=”“bottom_margin=“20”sep_color=”“icon=”“width=”“class=”“id=”“] Lokalenavn FænøSund m2 72 Mål 8,5 x 8,5 Biograf 54人。 Skole 30人。 Sildeben 30人。 U-Bord 20人。 咖啡馆(6人) 30人。 FænøKalv–操作至50人。 [separator style_type=“none”top_margin=”“bottom_margin=“10”sep_color=”“icon=”“width=”“class=”“id=”“] [separator style_type=“none”top_margin=”“bottom_margin=“20”sep_color=”“icon=”“width=”“class=”“id=”“] Lokalenavn FænøKalv m2 72 Mål 8,5 x 8,5 Biograf 50人。 Skole 40人。 Sildeben 40人。 U-Bord 24人。 咖啡馆(6人) 36%。 特格尔格路-运营至50人。 [separator style_type=“none”top_margin=”“bottom_margin=“10”sep_color=”“icon=”“width=”“class=”“id=”“] [separator style_type=“none”top_margin=”“bottom_margin=“20”sep_color=”“icon=”“width=”“class=”“id=”“] Lokalenavn 特格尔加路 m2 72 Mål 8,5 x 8,5 Biograf 50人。 Skole 40人。 Sildeben 32%。 U-Bord 28%。 咖啡馆(6人) 36%。 车辆待命–操作至50人。 [separator style_type=“none”top_margin=”“bottom_margin=“10”sep_color=”“icon=”“width=”“class=”“id=”“] [separator style_type=“none”top_margin=”“bottom_margin=“20”sep_color=”“icon=”“width=”“class=”“id=”“] Lokalenavn 维杰比斯特兰德酒店 m2 72 Mål 8,5 x 8,5 Biograf 60人。 Skole 48人。 Sildeben 40人。 U-Bord 26人。 咖啡馆(6人) 36%。 甘博格-每小时30英里。 [separator style_type=“none”top_margin=”“bottom_margin=“10”sep_color=”“icon=”“width=”“class=”“id=”“] [separator style_type=“none”top_margin=”“bottom_margin=“20”sep_color=”“icon=”“width=”“class=”“id=”“] Lokalenavn 甘伯格 m2 89 Mål 10,5 x 8,5 Biograf 30人。 Skole 32%。 Sildeben 32%。 U-Bord 22人。 咖啡馆(6人) 30人。 德国劳埃德船级社。Havn–直到40人。 [separator style_type=“none”top_margin=”“bottom_margin=“10”sep_color=”“icon=”“width=”“class=”“id=”“] [separator style_type=“none”top_margin=”“bottom_margin=“20”sep_color=”“icon=”“width=”“class=”“id=”“] 洛卡尔
<script>
    $( ".lokalepanel" ).click(function() {
        $(".panel-body").hide();
        var tgt = $(this).context.hash;
        $(tgt).show();
        $(tgt).children().show();
    });
</script>