How can I get the coordinates of a hidden element? offset() doesn\'t support the use for hidden elements. Any hints?
offset()
You can get coordinates of visibility:hidden element but display:none element is excluded from rendering tree. So its position is undefined.
visibility:hidden
display:none