$( ".vse-price" ).each(function(index) { let sv = ( ( parseFloat($( this ).html ()) * 1.0 * 100 ) | 0 ) / 2400 var sms = Math.floor(sv/1*1); $(".vse-rasr:eq(" + index + ")").append( new Intl.NumberFormat('ru-RU').format(sms)) });