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