s4secrets export tracknames


/ Published in: JavaScript
Save to your folder(s)

http://www.24secrets.de/24secrets_playlist.php


Copy this code and paste it in your HTML
  1. $('#result').remove();
  2. $('<div id="result"><ul>').css('background', 'white').prependTo('body');
  3. $.each($('.overview_small'), function() {
  4. xtext = $(this).html().replace(/<br>/g, ' ');
  5. $('#result ul').append($('<li>').html(xtext));
  6. });

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.