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