📜  jquery offsetheight - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:22.259000             🧑  作者: Mango

代码示例1
//The offsetHeight property includes the vertical padding and borders in the height calculation, therefore
//the .outerHeight() method would be the jQuery equivalent to offsetheight.
$('.site-header').outerHeight();