문제

I found the open all items, But no use. Here I am using,

$("#accordion").accordion({
    active: false,
    collapsible: true,
});

And JsFiddle. I need to open all items when it is loaded first time.

도움이 되었습니까?

해결책

i have some of your html added some <div>

and i guess you want this. Fiddle Demo

다른 팁

Simply use this

$('#accordion .ui-accordion-content').show();
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top