欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

jQuery获得包含margin的outerWidth和outerHeight的方法_jquery

程序员文章站 2022-05-08 20:04:01
...
本文实例讲述了jQuery获得包含margin的outerWidth和outerHeight的方法。分享给大家供大家参考。具体如下:




outerWidth(true) - returns the width of an element (includes padding, border, and margin).

outerHeight(true) - returns the height of an element (includes padding, border, and margin).

希望本文所述对大家的jQuery程序设计有所帮助。