JSON Feed Returning null while using jQuery getJSON
Posted
by Oscar Godson
on Stack Overflow
See other posts from Stack Overflow
or by Oscar Godson
Published on 2010-03-12T01:05:52Z
Indexed on
2010/03/12
1:07 UTC
Read the original article
Hit count: 996
http://portlandonline.com/shared/cfm/json.cfm?c=27321
It's returning null. I don't really have access to this. I have to have a server admin update the feed to my liking, so if you can tell me how to get this to work as is, without adding tags to my HTML please let me know. I will be using this with jQuery, and ive been trying to use getJSON which is what returns null.
$.getJSON('http://portlandonline.com/shared/cfm/json.cfm?c=27321',function(json){
alert(json);
});
that returns null. But if i use a flickr feed for example, it works fine. it returns what it should, [onject Object]. Any ideas?
© Stack Overflow or respective owner