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