$(function () { var returnsValue; // Type: bool // Parameters var index; // Type: any returnsValue = $(".selector").wijaccordion("activate", index); });
function activate( index : any ) : bool;
Parameters
- index
$(function () { var returnsValue; // Type: bool // Parameters var index; // Type: any returnsValue = $(".selector").wijaccordion("activate", index); });
function activate( index : any ) : bool;