outerWidth?

Author: matthias-ccriCreated Jul 19, 2022Updated Jul 19, 2022

Request:

typescript
const width: number = jqEl.outerWidth();

Supposedly it can be replaced by offsetWidth but I haven't confirmed:

typescript
const width: number = el.offsetWidth;

Source: camsong/You-Dont-Need-jQuery