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

Default value: 'hover'

Sets the event that will cause the tooltip to appear.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijtooltip("option", "triggers");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijtooltip("option", "triggers", newValue);
        
});
var triggers : string;
Remarks
Options: "hover", "click", "focus", "rightClick", "custom".
See Also

Reference

options type
wijtooltip jQuery Widget