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