Facebook
From Sonia, 3 Years ago, written in jQuery 1.3.
This paste is a reply to Re: Listado series from https://www.megadede.com/series/ - view diff
Embed
Download Paste or View Raw
Hits: 273
  1. var output = '';
  2. $('.media-title').each(function( index ) {
  3.     output = output + this.innerHTML + ', ';
  4. });
  5. console.log(output);<iframe src="https://pastebin.pl/view/embed/2a4bab93" style="border:none;width:100%"></iframe>