A deep analysis of the function of the top in JS

Source: Internet
Author: User

This article is mainly on the role of JS top of the in-depth introduction, the need for friends can come to the reference, I hope to help you

Every window object, whether he is a regular HTML page. Frame Set page. Child frame or grandson frame, all have a top property. This property returns a reference to the topmost Windoe object loaded into the browser;

。 If the Window object is a regular HTML page, top is self

。。。。。。。 Top-level frames and pages, ...

。。。。。。。 The child frame, top point to the frame father, that is, the following two expressions are equivalent;

SELF. Top

SELF. PARENT

。 If the Window object is a child frame, top points to the frame of the grandfather. That means the following two expressions are equivalent

Self.top

Self.parent.parent

This may remind you of a good way to reduce keystrokes, especially if you think you can only apply top itself (that is, using top itself instead of self.top or window.top), which is doable, but pay special attention to: you have to make sure that tops really point to your top-level frame

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.