Default value: 'hide'
Specifies the effect to be used when the popup is hidden.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijpopup("option", "hideEffect");
// Set value
var newValue; // Type: string
$(".selector").wijpopup("option", "hideEffect", newValue);
});
See Also