0

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 :)

4

1 回答 1

1

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

于 2012-01-05T10:22:14.570 回答