Wijmo UI for the Web
hideOptions Option
wijmo.popup.wijpopup Namespace > options type : hideOptions Option

Specifies the object/hash including specific options for the hide effect.

Syntax
$(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;
Example
// set the hide effect's direction.
      $(".selector").wijpopup({ hideOptions: {direction: 'up' });
Remarks
See the option parameters used by the jQuery UI hide effect for more information.
See Also

Reference

options type
wijpopup jQuery Widget