📜  jQuery outsideHeight()

📅  最后修改于: 2020-11-26 01:25:35             🧑  作者: Mango

jQuery externalHeight()

jQuery outsideHeight()方法用于返回第一个匹配元素的外部高度。此方法包括填充和边框。

在上面的示例中,您可以看到borderH和padding都包含在outsideHeight()方法中。

句法:

$(selector).outerHeight(includeMargin)

jQuery externalHeight()方法的参数

Parameter Description
includeMargin This is a Boolean value which specifies whether to include the margin or not.
  • False:It specifies that: Not to include the margin. It is a default value.
  • True:It specifies that: Include the margin.

这是一个可选参数。

jQuery outsideHeight()方法的示例

让我们以一个示例来演示jQuery outsideHeight()方法的效果。









jQuery outsideHeight()示例2

让我们以一个示例来演示如何更改每个div的内部高度。




  
  outerHeight demo
  
  


A
B
C
D
E