You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jQuery does not support getting the position coordinates of hidden elements or accounting for borders, margins, or padding set on the body element.
However, as reported in this 3 year old (!) ticket, there are also several issues in getting .position()/.offset() for elements with CSS transforms. Since it doesn't look like this issue in jQuery will be resolved any time soon, I'd say the documentation should alert users on the problems they may face when using these methods.