I'm trying to fetch some youtube video data, using the jquery api get() and getJSON(), but I got not responses.
$.get('http://gdata.youtube.com/feeds/api/videos/eGfAj9ZJymo',
function(data) {
alert('data loaded');
});
I also try with getJSON function, and I got the same result, none.
but I tested this example http://jsfiddle.net/FzejW/, and did work.