Jacob Pedersen
Jacob Pedersen

Reputation: 347

Retrieve youtube playlist information from javascript?

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

Answers (1)

Damian Krawczyk
Damian Krawczyk

Reputation: 2241

There are more jQuery functions like each and appendTo. In plain JS -> jsfiddle

Upvotes: 1

Related Questions