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

Default value: false

If true, then the tooltip moves with the mouse.

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

Reference

options type
wijtooltip jQuery Widget