Wijmo UI for the Web
position Option
wijmo.tooltip.wijtooltip Namespace > options type : position Option

Sets the tooltip's position mode in relation to the 'relativeTo', 'offsetX', and 'offsetY' properties.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijtooltip("option", "position");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijtooltip("option", "position", newValue);
        
});
var position : any;
Remarks
See jQuery ui position for more details http://api.jqueryui.com/position/ .
See Also

Reference

options type
wijtooltip jQuery Widget