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