$(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.