Get the page height jquery JavaScript finds it useful to copy other people's

Source: Internet
Author: User
Get the page height jquery JavaScript finds it useful to copy other people's

Visible area width of the webpage: Document. Body. clientwidth
Visible area height: Document. Body. clientheight
Visible area width of the webpage: Document. Body. offsetwidth (including the width of the edge)
Visible area height of the webpage: Document. Body. offsetheight (including the height of the edge)
Webpage text width: Document. Body. scrollwidth
Webpage text height: Document. Body. scrollheight
The height of the page to be rolled: Document. Body. scrolltop
Left: Document. Body. scrollleft
Page body: window. screentop
Page body part left: window. screenleft
Screen Resolution Height: window. Screen. Height
Screen Resolution width: window. Screen. Width
Available screen workspace Height: window. Screen. availheight

Available workspace width: window. Screen. availwidth

Jquery

Get the height of the display area of the browser: $ (window). Height ();
Obtain the width of the display area of the browser: $ (window). Width ();
Get the document height on the page: $ (document). Height ();
Get the document width: $ (document). Width ();

Obtain the vertical height of the scroll bar to the top: $ (document). scrolltop ();
Obtain the vertical width of the scroll bar to the left: $ (document). scrollleft ();

Calculates the element position and offset.
The offset method is a useful method that returns the offset information of the first element in the packaging set. By default, it is the offset information relative to the body. The result contains the top and left attributes.
Offset (options, Results)
Options. relativeto specifies the ancestor element at the relative offset position. This element should be located by relative or absolute. If this parameter is omitted, it is relative to the body.
Options. Does scroll include the scroll bar? The default value is true.
Options. whether to include padding. The default value is false.
Options. Whether margin is included. The default value is true.
Options. Border determines whether to include the border. The default value is true.

Get the page height jquery JavaScript finds it useful to copy other people's

Visible area width of the webpage: Document. Body. clientwidth
Visible area height: Document. Body. clientheight
Visible area width of the webpage: Document. Body. offsetwidth (including the width of the edge)
Visible area height of the webpage: Document. Body. offsetheight (including the height of the edge)
Webpage text width: Document. Body. scrollwidth
Webpage text height: Document. Body. scrollheight
The height of the page to be rolled: Document. Body. scrolltop
Left: Document. Body. scrollleft
Page body: window. screentop
Page body part left: window. screenleft
Screen Resolution Height: window. Screen. Height
Screen Resolution width: window. Screen. Width
Available screen workspace Height: window. Screen. availheight

Available workspace width: window. Screen. availwidth

Jquery

Get the height of the display area of the browser: $ (window). Height ();
Obtain the width of the display area of the browser: $ (window). Width ();
Get the document height on the page: $ (document). Height ();
Get the document width: $ (document). Width ();

Obtain the vertical height of the scroll bar to the top: $ (document). scrolltop ();
Obtain the vertical width of the scroll bar to the left: $ (document). scrollleft ();

Calculates the element position and offset.
The offset method is a useful method that returns the offset information of the first element in the packaging set. By default, it is the offset information relative to the body. The result contains the top and left attributes.
Offset (options, Results)
Options. relativeto specifies the ancestor element at the relative offset position. This element should be located by relative or absolute. If this parameter is omitted, it is relative to the body.
Options. Does scroll include the scroll bar? The default value is true.
Options. whether to include padding. The default value is false.
Options. Whether margin is included. The default value is true.
Options. Border determines whether to include the border. The default value is true.

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.