var arr = [];$(".kcorder ul li.on").each(function(){ arr.push($(this).attr("date-id")); });alert(arr.join());