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/