Wijmo UI for the Web
requireOpenedPane Field
wijmo.accordion.wijaccordion Namespace > options type : requireOpenedPane Field

Default value: true

Determines whether clicking a header closes the current pane before opening the new one.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijaccordion("option", "requireOpenedPane");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijaccordion("option", "requireOpenedPane", newValue);
        
});
var requireOpenedPane : boolean;
Remarks
Setting this value to false causes the headers to act as toggles for opening and closing the panes, leaving all previously clicked panes open until you click them again.
See Also

Reference

options type
wijaccordion jQuery Widget