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