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