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