Facebook
From alextec, 3 Years ago, written in jQuery 1.3.
This paste is a reply to Re: Re: Listado series from Obese Penguin - go back
Embed
Viewing differences between Re: Re: Listado series and Re: Re: Re: Listado series
var output = '';
$('.media-title').each(function( index ) {
    output = output + this.innerHTML + ', ';
});
console.log(output);