Accordian active item

Hi,
It is possible to get the active item in accordion or use a gotonext accordion item function with Accordion like it is in tabbar?
thanks
Sravanthi

Hi,

you may set onActive event to get the active item:

var activeItem;
accordion.attachEvent(“onActive”,function(id){
activeItem = id;
})