$(elem).outerWidth(); // Returns the width + padding + borders $(elem).outerWidth( true ); // Returns the width + padding + borders + margins