国产探花免费观看_亚洲丰满少妇自慰呻吟_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
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 通道| 蒙城县| 翼城县| 麦盖提县| 南平市| 中卫市| 鸡东县| 镇宁| 呼伦贝尔市| 阿合奇县| 新巴尔虎右旗| 广宗县| 翁牛特旗| 屏山县| 达孜县| 西和县| 隆德县| 江永县| 恩平市| 汉阴县| 潢川县| 卢龙县| 广东省| 平阴县| 万全县| 瑞安市| 惠水县| 衡水市| 绥阳县| 奎屯市| 南和县| 静宁县| 甘孜| 汤原县| 巴马| 无锡市| 德昌县| 顺平县| 临夏市| 延安市| 莆田市|