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