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?
Edit: I found out it was because the HTTP response headers were set to application/json and should be set to text/html