91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女

首頁(yè)  >  CSS  > outerHeight([soptions])

返回值:IntegerouterHeight([options])

jQuery uterHeight() 方法概述

獲取第一個(gè)匹配元素外部高度(默認包括補白和邊框)。

此方法對可見(jiàn)和隱藏元素均有效。

參數

optionsBoolean默認值:'false'V1.2.6

設置為 true 時(shí),計算邊距在內。

示例

描述:

獲取第一段落外部高度。

HTML 代碼:
<p>Hello</p><p>2nd Paragraph</p>
jQuery 代碼:
var p = $("p:first");
$("p:last").text( "outerHeight:" + p.outerHeight() + " , outerHeight(true):" + p.outerHeight(true) );
結果:
<p>Hello</p><p>outerHeight: 35 , outerHeight(true):55</p>
91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女