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