width() - 傳回元素的寬度。
height() - 傳回元素的高度。
innerWidth() 方法傳回元素的寬度(包括內邊距)。
innerHeight() 以方法方式回復元素的高度(包括內邊距)。
outerWidth() 方法傳回元素的寬度(包括內邊距與邊框)。
outerHeight() 方式回復元素的高度(包括內邊距與邊框)。
outerWidth(true) 方法傳回元素的寬度(包括內邊距、邊框和外側邊距)。
outerHeight(true) 方法傳回元素的高度(包括內邊距、邊框和外邊距)。
返回文件(HTML 文件)$(document).height()的高度
返回視窗(瀏覽器視窗)$(window).height ()的高度