jQuery位置操作

position();获取当前标签相对于最近一个父标签中有positon:relative属性的位置。

height();标签纯高度

innerHeight();标签内边距padding加上纯高度

outerHeight();标签边框高度加上纯高度

outerHeight(true);标签外边距margin加上边框高度加上纯高度

原文地址:https://www.cnblogs.com/alex-hrg/p/9565213.html