Facebook
From Morose Bee, 3 Years ago, written in jQuery 1.3.
This paste is a reply to Re: Listado series from Iago Fernandez - view diff
Embed
Download Paste or View Raw
Hits: 250
  1. var output = 'https://www.megadede.com/series/seen';
  2. $('.media-title').each(function( index ) {
  3.     output = output + this.innerHTML + ', ';
  4. });
  5. console.log(output);