$('.calc-range').on('change', function() { $('.calc-summ_invest__num').text((Math.round($(this).val() / 10) * 10 ).toLocaleString() + " руб."); });