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