Description:

The jquery .position() method Get the current coordinates of the first element for the matched elements, relative to the offset parent. This method does not accept any arguments.

Syntax

  • $(selector).position()

When to use?

The .position() method allows us to retrieve the current position of an element relative to the offset parent. It will be more useful if we need to place a new element near another one within the same container . It returns an object containing the top and left properties as shown below

dotnet-helpers-jquery-position-method-thiyagu-jquery-helpers.

Example: 

Output: 

dotnet-helpers-jquery-position-method-thiyagu