var arr = []; $('img').each(function() { arr.push( $(this).attr('src') ); }); alert( arr.join(', ') );