$('.namList').text(function(index) { return index + 1 });
$('.itemCompany').each(function (index) { $(this).find('.namList').text(index + 1); });