How to get div distance from top of browser height, width, content

Source: Internet
Author: User
JS can be obtained,

document.getElementById ("Div ID or other selection"). OffsetTop; it's off the top.

JQ can do this:
$ ("#aaa"). Offset (). Top; JQ gets the distance of the AAA element from the body

document.getElementById ("DDHDH"). InnerHTML can get all the data in the div, including the tags ... But it's only used in IE and opera.
document.getElementById ("DDHDH"). InnerTEXT can get the text data into the Div, not get to the label ... But it's only used in IE and opera.
document.getElementById ("text"). Textcontent used to get data in Firefox

IndexOf usage

Strobj.indexof (substring,[StartIndex])

Parameters
Strobj

Required option. A String object or literal.

SubString

Required option. The substring to find in the string object.

Starindex

Options are available. The integer value that indicates the index at which to start the lookup within a String object. If omitted, it is searched from the beginning of the string.

The IndexOf method returns an integer value that indicates the starting position of the substring in the string object. If no substring is found, 1 is returned.

How to get div distance from top of browser height, width, content

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.