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

Default value: 'auto'

Determines how to close the tooltip. Behaviors include auto or sticky.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijtooltip("option", "closeBehavior");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijtooltip("option", "closeBehavior", newValue);
        
});
var closeBehavior : string;
Remarks
Options: "auto", "none" and "sticky".
See Also

Reference

options type
wijtooltip jQuery Widget