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