ИТ
$(creation[i]).text()
Size: a a a
ИТ
t
criterion.text()[i]
, хотя все значения перебираются?$(document).ready(function() {
var criterion = $('.list-item--show .list-item__review_rates_criterion span:last-child');
for (i = 0; i < criterion.length; i++) {
console.log(criterion.text()[i]);
criterion.width(criterion.text()[i]);
}
});
l
t
l
t
t
l
R
t
l
t
l
t