$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijaccordion("option", "header"); // Set value var newValue; // Type: string $(".selector").wijaccordion("option", "header", newValue); });
var header : string;