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