$('.progressbar').each(function(){ var crVal = parseInt($(this).next().val()); var widthVal = crVal*4; $('.line').css({width:widthVal}) });