0
での私のjQueryのスクリプトは次のとおりです。jQueryのアコーディオン - オープン複数のパネル一度
jQuery(document).ready(function($) {
$("#accordions-727.accordions").accordion({
collapsible: true, active: "false",
event: "click",
heightStyle: "content",
})
})
だから私は最初のタブを開き、開いたままにして、私は2番目のタブを開いたときに最初の1 closes.Howができたときに私は一度に複数のパネルを開きますか?
私はhere言及されたものを試したが、どれも
の可能性のある重複した[オープン複数のセクションを保持jQueryのUIのアコーディオン?](http://stackoverflow.com/questions/3479447/jquery-ui-accordion-that-keeps-multiple-sections-open) – nycynik
[that](http://stackoverflow.com/questions/15702444/jquery-ui-accordion-open-multiple-panels-at-once)とコード – nivendha
の間のjqueryのバージョンを確認してください。私のバージョンは1.9です。 2 @nivendha – Stew