$(function() { $('.progressbar').each(function(){ $(this).progressbar({ value: parseInt($(this).attr('count')) }); }); });