I am trying to get value from $.each and using counter for HTML entity <span>
var counter =1;
$.each(catCounting, function(){
alert(catCounting.(countCat+counter));
$('#countCategory'+counter).html("("+catCounting.(countCat+counter)+")");
counter++;
});
//alert(counter);
}