var arr=[1,2,3,4,5]; jQuery.each(arr,function(item) { $('#block_info').delay(10000).append(item); });