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