diff --git a/entries/position.xml b/entries/position.xml index 41bd0fb7..2d4a23d1 100644 --- a/entries/position.xml +++ b/entries/position.xml @@ -9,7 +9,7 @@

The .position() method allows us to retrieve the current position of an element relative to the offset parent. Contrast this with .offset(), which retrieves the current position relative to the document. When positioning a new element near another one and within the same containing DOM element, .position() is the more useful.

Returns an object containing the properties top and left.

-

Note: jQuery does not support getting the position coordinates of hidden elements or accounting for borders, margins, or padding set on the body element.

+

Note: jQuery does not support getting the position coordinates of hidden elements or accounting for borders, margins, or padding set on the body element. Position coordinates are not supported for node types other than Element.