jQuery.wijmo.wijpopup Namespace > options type : hideOptions Field |
Specifies the object/hash including specific options for the hide effect.
Javascript (Usage) | |
---|---|
var value; // Type: any value = jQuery.wijmo.wijpopup.options.hideOptions; |
Javascript (Specification) | |
---|---|
|
// set the hide effect's direction. $(".selector").wijpopup({ hideOptions: {direction: 'up' });