📜  jQuery outsideWidth()

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

jQuery externalWidth()

jQuery outsideWidth()方法用于返回第一个匹配项的外部宽度

带边框和边框的元素。
jQuery outsideWidth()方法适用于可见和隐藏元素。
在上图中,您可以看到jQuery outsideWidth()方法同时包含border和padding。
语法:

$(selector).outerWidth(includeMargin) 

jQuery externalWidth()方法的参数

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

jQuery outsideWidth()方法的示例

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

  
  
  
  
  
  
  

jQuery outerWidth() example 2

  
  
     
      The jQuery Example  
        
          
        
  
  
  

Click on any square: