Hi Michael,
I modified the code to:
divElement.css({
left: tooltipPosition.x ,
top: tooltipPosition.y
});
and now it works!
Thanks
Hi Michael,
I modified the code to:
divElement.css({
left: tooltipPosition.x ,
top: tooltipPosition.y
});
and now it works!
Thanks