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