Quantcast
Channel: Parsing annoying Youtube API XML feeds with jQuery - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Jeff Posnick for Parsing annoying Youtube API XML feeds with jQuery

A completely different approach would be to request your YouTube API results in JSON-C format rather than Atom XML:http://code.google.com/apis/youtube/2.0/developers_guide_jsonc.htmlYou should find the...

View Article



Answer by Franci Penov for Parsing annoying Youtube API XML feeds with jQuery

This is a bug in jQuery, where it does not support handling XML namespaces. You can one of the following two approaches:.find("[nodeName=media:thumbnail]").find("media\\:thumbnail]")Most people...

View Article

Parsing annoying Youtube API XML feeds with jQuery

I am learning how to utilise external XML feeds within our Intranet, to better serve our staff and reduce their need to go outside the network for content.I can render the basic information from the...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images