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

首頁 > 編程 > JavaScript > 正文

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

2019-11-20 14:28:52
字體:
來源:轉載
供稿:網友
標準瀏覽器下:

height:高度

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

html代碼:
復制代碼 代碼如下:

<div class="width: 150px;height:20px;float: left;border: 2px solid red;margin: 10px;margin: 10px;padding: 10px;" id="test">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 class="width: 150px;height: 41px;float: left;border: 2px solid red;margin: 10px;margin: 10px;padding: 10px;" id="test">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 class="width: 150px;height: 42px;float: left;border: 2px solid red;margin: 10px;margin: 10px;padding: 10px;" id="test">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 class="width: 150px;height: 60px;float: left;border: 2px solid red;margin: 10px;margin: 10px;padding: 10px;" id="test">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
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 岑溪市| 宜章县| 汤原县| 隆安县| 西乡县| 贵南县| 三江| 汝州市| 湘西| 合作市| 吉木萨尔县| 赤壁市| 正阳县| 阳信县| 淮阳县| 昆山市| 奇台县| 金阳县| 望城县| 绥德县| 承德县| 万山特区| 天水市| 岑巩县| 宁晋县| 永新县| 右玉县| 常州市| 沙河市| 饶阳县| 沐川县| 洪雅县| 西华县| 深水埗区| 绵竹市| 绍兴县| 封丘县| 麟游县| 台湾省| 洱源县| 察雅县|