Wijmo UI for the Web
activate Method
wijmo.accordion Namespace > wijaccordion type : activate Method
Activates the accordion content pane at the specified index.
Syntax
$(function () {
    var returnsValue; // Type:  bool
    // Parameters
    var index; // Type:  any
    
    returnsValue = $(".selector").wijaccordion("activate", index);
});
function activate( 
   index : any
) : bool;

Parameters

index
See Also

Reference

wijaccordion type
wijaccordion jQuery Widget