国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

jQuery中的height innerHeight outerHeight區別示例介紹

2024-05-06 16:06:59
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了jQuery中的height innerHeight outerHeight的區別,需要的朋友可以參考下

標準瀏覽器下:

height:高度

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

html代碼:

復制代碼 代碼如下:


<div>jjjjj</div>


js代碼:

復制代碼 代碼如下:


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


結果:
在ie中的結果:17px,37px,41px,61px
在ff中的結果:20px,40px,44px,64px

html代碼:

復制代碼 代碼如下:


<div>jjjjj</div>


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]
<div>jjjjj</div>


js代碼:

復制代碼 代碼如下:


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


結果:
在ie中的結果:18px,38px,42px,62px
在ff中的結果:42px,62px,66px,86px

html代碼:

復制代碼 代碼如下:


<div>jjjjj</div>


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
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 绥化市| 司法| 莱阳市| 宁河县| 汉中市| 汾西县| 仙桃市| 卢龙县| 武功县| 忻州市| 楚雄市| 高雄县| 阿城市| 潢川县| 凭祥市| 长沙市| 德清县| 砀山县| 台北县| 合川市| 合肥市| 仁寿县| 昭苏县| 琼海市| 安顺市| 东丰县| 湘潭县| 安丘市| 营口市| 南靖县| 兴隆县| 西昌市| 宜城市| 祁东县| 固镇县| 绥阳县| 略阳县| 思茅市| 江川县| 夏邑县| 尤溪县|