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