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