中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

jQuery中幾個關于元素寬高方法的區別

發布時間:2020-07-26 19:54:36 來源:網絡 閱讀:258 作者:mirindaRain 欄目:web開發

幾個關于元素寬高的方法

  • height():帶參數設置,不帶參數獲取,參數是number類型
  • width():帶參數設置,不帶參數獲取,參數是number類型
  • innerHeight() :內邊距+內容的高度
  • innerWidth() :內邊距+內容的寬度
  • outerHeight:上下內邊距+內容+上下邊框
  • outerWidth :左右內邊距+內容+左右邊框

案例測試:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>元素寬度與高度</title>
    <style type="text/css">
        #container{
            width:200px;
            height:200px;
            padding:20px;
            margin:30px;
            border:5px solid red;
        }
    </style>
    <script type="text/javascript" src="jquery-1.11.1.js"></script>
    <script type="text/javascript">
        $(function(){
            console.log("width():"+$("#container").width());
            console.log("height():"+$("#container").height());
            console.log("innerWidth()"+$("#container").innerWidth());
            console.log("innerHeight():"+$("#container").innerHeight());
            console.log("outerWidth():"+$("#container").outerWidth());
            console.log("outerHeight():"+$("#container").outerHeight());
        })
    </script>
</head>
<body>
    <div id = "container"></div>
</body>
</html>

運行結果:

jQuery中幾個關于元素寬高方法的區別

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

马鞍山市| 华池县| 汉寿县| 洞头县| 蚌埠市| 寿宁县| 灵璧县| 孝义市| 沾益县| 沂源县| 紫云| 平远县| 阿坝| 秭归县| 长宁区| 桃源县| 丘北县| 永城市| 观塘区| 舒兰市| 梧州市| 启东市| 连江县| 永嘉县| 兴城市| 涟水县| 根河市| 阿瓦提县| 伊宁市| 哈巴河县| 鄂尔多斯市| 上虞市| 永济市| 华坪县| 永福县| 阿拉善右旗| 论坛| 耒阳市| 泰安市| 新竹市| 中牟县|