showing results for - "get total width of element including padding and border using jquery"
Richie
14 Sep 2018
1$(elem).outerWidth(); // Returns the width + padding + borders
2$(elem).outerWidth( true ); // Returns the width + padding + borders + margins