/ Published in: JavaScript
http://www.youtube.com/playlist?list=PL7AB74822FE7D03E8&feature=plcp
Expand |
Embed | Plain Text
list = ''; $.each($('.title.video-title'), function(i, item){ list += $(this).text() + '\n'; }); alert(list);
You need to login to post a comment.
