Project

Contents

Issue #00005562

jquery plugin "accordion" now supports option "multiple" to let more then one panel to be opened
AFW
Feature/Improvement

Currently the accordion script closes all panels before opening a new one.

We now added config option "multiple". If set to true clicks effect only the current panel and opens or closes it.

$(element).wga_accordion({
    multiple: true
})

In addition we added a new event "deactivated" fired when a panel is closed.