Posts by Lucas Kennedy • 3 points
1 post
-
0
votes1
answer119
viewsQ: Playlist with . load()
$("#playlist").load("https://cdn.rawgit.com/lucaskfp/-south-toon-player/master/teste.txt"); function audioPlayer() { var currentSong = 0; $("#audioPlayer")[0].src = $("#playlist li a")[0];…