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