JQuery Lebar Luar
/* 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();
Strange Squirrel