Default value: false
Determines whether to automatically hide the popup when clicking outside the element.
Syntax
$(function () {
// Get value
var returnsValue; // Type: boolean
returnsValue = $(".selector").wijpopup("option", "autoHide");
// Set value
var newValue; // Type: boolean
$(".selector").wijpopup("option", "autoHide", newValue);
});
See Also