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