I\'m stuck! I\'m using jquery to, on click, pull a youtube json-c feed, grab the first id, and use it to prepend the html5 iframe video to the top of the ul. I then incremen
You should be able to do something like this:
function players(func, args) { var iframes = document.getElementsByTagName('iframe'); for (var i=0; i