2014-02-19 62 views

回答

0
$(".ui-li-count").each(function(i) { 
    $(this).html(myArr[i]); //myArr has the correct numbers 
});