Gets or sets the jqxTooltip's location. The location property defines the tooltip's
display position. The default value is set to 'bottom-right' which means that when
the mouse cursor is over a html element that has an associated tooltip, the tooltip
will be displayed at the bottom-right edge of the element.
Possible values: "top", "left", "bottom", "right", "bottom-right", "top-right",
"top-left", "absolute", "relative"
Code examples
Initialize a jqxTooltip with the location property specified.
$('#jqxTooltip').jqxTooltip({content: 'Custom String'});