I need to get the X,Y coordinates (relative to the document's top/left) for a DOM element. I can't locate any plugins or jQuery property or method that can give these to me. I can get the top and left of the DOM element, but that can be either relative to its current container/parent or to document.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
knowing this, then it's easy... (using my little svg project as an example page)
output:
hope it helps what you're looking for. here's an image of offset() and position() using XRay
using Web Developer toolbar
|
|||||||||||||
|
|
My solution is a plugin with "workarounds" :+D . But Works!
Usage:
|
|||||||||
|
|
The offset function will do that for you. Here is the example they give:
|
|||
|
|

