wijmo.tooltip.wijtooltip Namespace > options type : mouseTrailing Option |
Default value: false
If true, then the tooltip moves with the mouse.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijtooltip("option", "mouseTrailing"); // Set value var newValue; // Type: boolean $(".selector").wijtooltip("option", "mouseTrailing", newValue); }); |
Javascript (Specification) | |
---|---|
var mouseTrailing : boolean; |