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