Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $('.album[data-id="' + playlistID + '"] #playlist ul').append($('<li data-id="' + track.id + '"></li>').html('<table><td><a href="#" class="play">Play</a></td><td class="title">' + (index++) + ' / ' + track.title + ' </td><td> ' + track.duration + '</td></table>'));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement