I am trying to get some data from a generic asp.net handler on am externally hosted site (though this is our company's web site and server). I have to display the data returned from this handler. jQuery is successfully making call to the handler using $.getJSON
function but after that browser is throwing invalid lable error if I check firebug
console. The json
returned is like follows:
{"Items":[{"PubDate":"10-JAN-2012","Title":"abcdef",
"URL":"http://example.com/xyz"}....],"Empty":"0","Message":""}
If I see response in net
tab of firebug
I can view the javascript objects constructed from json, but still my callback function not called and I get the error.
Please note that the same handler is working in live site.
no not at `jslint.com` but will do in morning when I reach office.it says **JSON: good**. – TheVillageIdiot Feb 16 '12 at 20:19