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