Wijmo UI for the Web
autoHide Option
wijmo.calendar.wijcalendar Namespace > options type : autoHide Option

Default value: true

A boolean property that determines whether to autohide the calendar in pop-up mode when clicking outside of the calendar.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcalendar("option", "autoHide");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcalendar("option", "autoHide", newValue);
        
});
var autoHide : boolean;
See Also

Reference

options type
wijcalendar jQuery Widget