javascriptjqueryjsonjslintjsonlint

Parsing JSON with jQuery's ajax method


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


Solution

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