基礎(chǔ)教程
菜鳥(niǎo)教程(cainiaoplus.com)
HTML/CSS
HTML基礎(chǔ)教程
HTML5基礎(chǔ)教程
HTML參考手冊(cè)
SVG 教程
CSS 教程
CSS 參考手冊(cè)
CSS3教程
Bootstrap3 教程
Bootstrap4 教程
Font Awesome圖標(biāo)
JavaScript
JavaScript 教程
JavaScript 參考手冊(cè)
jQuery 教程
AJAX 教程
JSON 教程
AngularJS 教程
ReactJS 教程
NodeJS 教程
服務(wù)端開(kāi)發(fā)
C++ 教程
Golang 教程
C 語(yǔ)言教程
PHP 教程
C# 教程
LINQ 教程
Lua 教程
Ruby 教程
Rust 教程
Linux 教程
R 語(yǔ)言教程
Docker 教程
Scala 教程
MatLab 教程
Erlang 教程
Java教程
Java 教程
SpringBoot 教程
JDBC 教程
JSP 教程
Servlet 教程
Maven 教程
Spring 教程
Python教程
Python 教程
Pandas教程
Numpy教程
Django 教程
Matplotlib 教程
Flask 教程
移動(dòng)端
Swift 教程
Kotlin 教程
數(shù)據(jù)庫(kù)
SQL 教程
MongoDB 教程
SQLite 教程
PostgreSQL 教程
MySql 教程
Redis 教程
Elasticsearch 教程
經(jīng)驗(yàn)筆記
在線(xiàn)工具
首頁(yè)
jQuery 教程
jQuery 尺寸
jQuery 獲取DIV各種尺寸示例
源代碼:
點(diǎn)擊運(yùn)行
<!DOCTYPE html> <html> <title>jQuery 獲取DIV各種尺寸示例 - 基礎(chǔ)教程(cainiaoplus.com)</title> <head> <style> div { height: 200px; width:500px; margin: 5px; padding: 10px; margin-bottom: 15px; border: 3px solid lightgreen; background-color: rgba(144, 238, 144, .4); } </style> <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script> <script> $(document).ready(function(){ let div = $("div"); $("button").click(function(){ var txt = ""; txt += "div的寬度: " + div.width() + "<br>"; txt += "div 寬度,包含內(nèi)邊距: " + div.innerWidth() + "<br>"; txt += "div 寬度,包含內(nèi)邊距、邊框: " + div.outerWidth() + "<br>"; txt += "div 寬度,包含內(nèi)邊距、邊框、外邊距: " + div.outerWidth(true) + "<br><br>"; txt += "div的高度: " + div.height() + "<br>"; txt += "div 高度,包含內(nèi)邊距: " + div.innerHeight() + "<br>"; txt += "div 的高度(包括內(nèi)邊距、邊框): " + div.outerHeight() + "<br>"; txt += "div 的高度(包括內(nèi)邊距、邊框、外邊距): " + div.outerHeight(true) + "<br>"; div.html(txt); }); }); </script> </head> <body> <div></div> <button>顯示DIV尺寸</button> <p> width()-返回元素的寬度。</p> <p> innerWidth()-返回元素的寬度(包括內(nèi)邊距)= width+padding。</p> <p> outerWidth()-返回元素的寬度(包括內(nèi)邊距、邊框)= width+padding+border。</p> <p> outerWidth(true)-返回元素的寬度(包括內(nèi)邊距,邊框和邊距)= width+padding+border+margin。</p> <hr> <p> height()-返回元素的高度。</p> <p> innerHeight()-返回元素的高度(包括內(nèi)邊距)= height+padding。</p> <p> outerHeight()-返回元素的高度(包括內(nèi)邊距、邊框)= height+padding+border。</p> <p> outerHeight(true)-返回元素的高度(包括內(nèi)邊距、邊框和外邊距)= height+padding+border+margin。</p> </body> </html>
運(yùn)行結(jié)果
Copyright ?2023
菜鳥(niǎo)教程
cainiaoplus.com
丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清