Specifies the object/hash including specific options for the hide effect.
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijpopup("option", "hideOptions"); // Set value var newValue; // Type: any $(".selector").wijpopup("option", "hideOptions", newValue); });
var hideOptions : any;
// set the hide effect's direction. $(".selector").wijpopup({ hideOptions: {direction: 'up' });
options type wijpopup jQuery Widget