jQuery.wijmo Namespace > wijtooltip type : showAt Method |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijtooltip(); var value; // Type: any // Parameters var point; // Type: object value = instance.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});