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