Detailed description of jQuery's position () method _ jquery-js tutorial

Source: Internet
Author: User
The position () function is used to return the offset between the current matching element and the located ancestor element, that is, the coordinates of the located ancestor element. This function is only valid for visible elements. Definition and usage of position () method:

This method obtains the offset of the matching element to some elements.

The returned object contains two integer attributes (top and left.

This method is only valid for visible elements.

Syntax structure:

$(selector).position()

At the beginning of the tutorial, the reason is to get the offset of the matching element relative to some elements. In many tutorials, the offset returned by a method is not exactly the same as that returned by the parent element. This method will process the Matching Element in absolute positioning mode. Of course, this does not mean that the matching element is set to absolute positioning. The offset reference principles of the method are as follows:

1. If the parent element is not positioned (the position attribute value is relative, absolute, or fixed), the offset reference object is a window.

2. If the parent element adopts positioning, the reference object of the Offset is the element closest to it using positioning,

Instance code:

 
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.