wijmo.tooltip Namespace > wijtooltip type : showAt Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: any // Parameters var point; // Type: object returnsValue = $(".selector").wijtooltip("showAt", point); }); |
Javascript (Specification) | |
---|---|
function showAt( point : object ) : any; |
//Shows the tooltip at point {x: 100, y: 120}. $("#tooltip").wijtooltip("showAt", {x:100, y:120});