Wijmo UI for the Web
hideDelay Option
wijmo.tooltip.wijtooltip Namespace > options type : hideDelay Option

Default value: 150

Determines the length of the delay before the tooltip disappears.

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

Reference

options type
wijtooltip jQuery Widget