📜  外部宽度 jquery - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:39.049000             🧑  作者: Mango

代码示例2
/* Get the current computed outer width (including padding, 
 * border, and optionally margin) for the first element in 
 * the set of matched elements or set the outer width of 
 * every matched element.
 */
$(".example").outerWidth();