كورونا.. لحظة بلحظة
كورونا فى مصر
1,322
259
85
كورونا فى العالم
1,347,343
284,882
74,769
$.fn.digits = function(){
return this.each(function(){
$(this).text( $(this).text().replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1,") );
})
}
$(".corona .content li span").digits();