Modal (Load Next to Mouse Cursor)

@dorilama, my conclusion is that the coordinates are defined only on mouseenter. Is that correct? Any advice on how to get the coordinates to update in real time? I’d like to explore having the modal/tooltip float next to the cursor (similar to this CodePen) while within the element.

What I’ve attempted thus far is: adding a listener within the respective elements mouseenter workflow, as well as adding a function to record the real time x,y (similar to this Tutorial), and then returning an object like you’ve proposed with the returned x, y, plus the dynamic copy for the tooltip.