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