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