I'm currently fiddling around with JSON - but I can't get jQuery's $.ajax method to parse my feed.

I've validated the feed with JSONLint, and the JS with JSLint - it appears to be fine.

Check out my jsfiddle-example here: http://jsfiddle.net/timkl/RqgRf/

Any hint on what could be wrong is highly appreciated :)

有帮助吗?

解决方案

I don't think the $.ajax() call is allowed to load content from external sites.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top