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