Reputation: 347
I want to be able to load a youtube playlist ID, and retrieve all contained video ID's, kind of like this:
http://jsfiddle.net/naveen/tqWxc/1/
I see that it uses $.getJSON
, which is jQuery.
I want to do this without jQuery.
How can I do this?
Upvotes: 0
Views: 73
Reputation: 2241
There are more jQuery functions like each
and appendTo
. In plain JS -> jsfiddle
Upvotes: 1