wijmo.tooltip.wijtooltip Namespace > options type : triggers Option |
Default value: 'hover'
Sets the event that will cause the tooltip to appear.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijtooltip("option", "triggers"); // Set value var newValue; // Type: string $(".selector").wijtooltip("option", "triggers", newValue); }); |
Javascript (Specification) | |
---|---|
|