[jQuery] element pixel-wise position
Hi everybody,
is there a method to recognize the exact coordinates of an element in
the document?
My purpose is to chain an element position with another's (Example: i
want a div to appear right below a selected span element, which hasn't
fixed positions, but it has automatic ones).
I thought make some math about coordinates of the top-left corners of
the two elements would be the solution, but any other suggestion is
welcome as i'm new in jquery and willing to learn.
Thanks
Balanza