首頁 > web前端 > js教程 > 主體

jQuery中的height innerHeight outerHeight區別範例介紹_jquery

WBOY
發布: 2016-05-16 16:44:28
原創
925 人瀏覽過

標準瀏覽器下:

height:高度

innerHeight:高度+補白
outerHeight:高度+補白+邊框,參數為true時:高度+補白+邊框

html代碼:

複製代碼 代碼如下:


代碼如下:


jjjjj 複製程式碼


程式碼如下:


alert($("# ").height());
alert($("#test").innerHeight());
alert($("#test").outerHeight());
alert($ ("#test").outerHeight(true));


結果:
在ie中的結果:17px,37px,41px,61px
在ff中的結果:20px ,40px,44px,64px html程式碼:
複製程式碼


複製程式碼

程式碼如下:
jjjjj
js程式碼:

複製程式碼


程式碼如下:



程式碼如下:
alert($("#test").height());
alert($("#test").innerHeight());
alert($("#test").outerHeight()) ;
alert($("#test").outerHeight(true));
[html]
結果:
在ie中的結果:17px,37px,41px,61px
在ff中的結果:41px,61px,65px,85px
html代碼: [code]
jjjjj
js程式碼:


js程式碼:


js程式碼:



js程式碼:

js>複製程式碼 程式碼如下:

alert($("#test").height());
alert($( "#test").innerHeight());
alert($("#test").outerHeight());
alert($("#test").outerHeight(true));



複製程式碼

程式碼如下:


jjjjj


js程式碼: 代碼: 複製程式碼 程式碼如下: alert($("#test").height()); alert($("#test").innerHeight()); alert($("#test").outerHeight()); alert($("#test").outerHeight (true)); 結果: 在ie中的結果:36px,56px,60px,80px 在ff中的結果:60px,80px,84px,104px 結論:在ie中height包含border和padding且height最小值為17px ,同理可得width,不過它最小值為15px
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板