문제

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