标签:
参考: http://www.365mini.com/tech
函数 | 高度范围 | jQuery版本 | 支持写操作 |
---|---|---|---|
height() |
height | 1.0+ |
1.0+ |
innerHeight() |
height + padding | 1.2.6+ | 1.8.0+ |
outerHeight() |
height + padding + border | 1.2.6+ | 否 |
outerHeight(true) |
height+padding+border+margin | 1.2.6+ | 否 |
jQuery height()、innerHeight()、outerHeight()函数的区别
标签:
原文地址:http://www.cnblogs.com/carlo/p/4396887.html