$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijflipcard("option", "width"); // Set value var newValue; // Type: object $(".selector").wijflipcard("option", "width", newValue); });
var width : object;
Default value: null
A value that indicates the width of the wijflipcard widget.
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijflipcard("option", "width"); // Set value var newValue; // Type: object $(".selector").wijflipcard("option", "width", newValue); });
var width : object;