$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijdropdown("option", "hidingAnimation"); // Set value var newValue; // Type: object $(".selector").wijdropdown("option", "hidingAnimation", newValue); });
var hidingAnimation : object;