que estoy tratando de hacer var width = ($(this).width() + $(this).css('padding-left') + $(this).css('padding-right'));
jquery agregar ancho + relleno;
no añadir el ancho del relleno, así que debería terminar con width = 200 + 4 + 4 = 208
vez termino con 2004px4px;
¿Cómo puedo forzarlo a agregarlos para obtener 208?