The difference between jquery's innerHeight () and outerHeight (), jqueryouterheight

Source: Internet
Author: User

The difference between jquery's innerHeight () and outerHeight (), jqueryouterheight

Differences between jquery's innerHeight () and outerHeight:
This section describes the differences between the two functions. The names are used to obtain the height. Of course, they are also different. You can also have a simple understanding of the two functions by name, the following describes the differences between the two through code examples.
The Code is as follows:

<! DOCTYPE html> 

From the above calculation results, we can see that the values obtained by the two functions are different. The following is a brief introduction.
The innerHeight () function obtains the sum of width and padding of the specified element.
The outerHeight () function obtains the sum of width, padding, and border of the specified element.
That is, the difference between the two lies in whether the border is included.
Related reading:
1. For more information about the innerHeight () function, see the innerHeight () method section of jQuery.
2. For more information about the outerHeight () function, see the outerHeight () method section of jQuery.

The original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 14429.

For more information, see: http://www.softwhy.com/jquery/

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.