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