最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

jQuery中的height innerHeight outerHeight區(qū)別示例介紹

 更新時(shí)間:2014年06月15日 17:24:36   投稿:whsnow  
這篇文章主要介紹了jQuery中的height innerHeight outerHeight的區(qū)別,需要的朋友可以參考下
標(biāo)準(zhǔn)瀏覽器下:

height:高度

innerHeight:高度+補(bǔ)白
outerHeight:高度+補(bǔ)白+邊框,參數(shù)為true時(shí):高度+補(bǔ)白+邊框+邊距

html代碼:
復(fù)制代碼 代碼如下:

<div class="width: 150px;height:20px;float: left;border: 2px solid red;margin: 10px;margin: 10px;padding: 10px;" id="test">jjjjj</div>

js代碼:
復(fù)制代碼 代碼如下:

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

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

html代碼:
復(fù)制代碼 代碼如下:

<div class="width: 150px;height: 41px;float: left;border: 2px solid red;margin: 10px;margin: 10px;padding: 10px;" id="test">jjjjj</div>

js代碼:
復(fù)制代碼 代碼如下:

alert($("#test").height());
alert($("#test").innerHeight());
alert($("#test").outerHeight());
alert($("#test").outerHeight(true));
[html]
結(jié)果:
在ie中的結(jié)果:17px,37px,41px,61px
在ff中的結(jié)果: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代碼:
復(fù)制代碼 代碼如下:

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

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

html代碼:
復(fù)制代碼 代碼如下:

<div class="width: 150px;height: 60px;float: left;border: 2px solid red;margin: 10px;margin: 10px;padding: 10px;" id="test">jjjjj</div>

js代碼:
復(fù)制代碼 代碼如下:

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

結(jié)果:
在ie中的結(jié)果:36px,56px,60px,80px
在ff中的結(jié)果:60px,80px,84px,104px

結(jié)論:在ie中height包含border和padding并且height最小值為17px ,同理可得width,不過(guò)它最小值為15px

相關(guān)文章

最新評(píng)論

临泽县| 全椒县| 微博| 台南县| 舟曲县| 监利县| 松潘县| 福贡县| 淳化县| 新津县| 通江县| 南丹县| 阿巴嘎旗| 仁布县| 枣阳市| 呼和浩特市| 民县| 汤原县| 金塔县| 永康市| 安康市| 利川市| 阜康市| 晋江市| 儋州市| 吉木萨尔县| 金堂县| 霍城县| 溧阳市| 伽师县| 鹿泉市| 浮山县| 南投市| 兴海县| 易门县| 赫章县| 赤水市| 辉县市| 乌海市| 太保市| 始兴县|