Wijmo UI for the Web
showAt Method
wijmo.tooltip Namespace > wijtooltip type : showAt Method
A point value that indicates the position that tooltip will be shown.
Shows the tooltip at the specified position
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var point; // Type:  object
    
    returnsValue = $(".selector").wijtooltip("showAt", point);
});
function showAt( 
   point : object
) : any;

Parameters

point
A point value that indicates the position that tooltip will be shown.
Example
//Shows the tooltip at point {x: 100, y: 120}.
$("#tooltip").wijtooltip("showAt", {x:100, y:120});
See Also

Reference

wijtooltip type
wijtooltip jQuery Widget