"invalid label" Firebug error with jQuery getJSON
Posted
by jerome
on Stack Overflow
See other posts from Stack Overflow
or by jerome
Published on 2010-05-12T20:42:20Z
Indexed on
2010/05/12
20:44 UTC
Read the original article
Hit count: 948
Hi all,
I'm making a jQuery getJSON request to another domain, so am making sure that my GET URI ends with "callback=?" (i.e. using JSONP).
The NET panel shows that I am receiving the data as expected, but for some reason the Console logs the following error: "invalid label".
The JSON validates with JSONLint so I doubt that there is anything truly wrong with the structure of the data.
Any ideas why I might be receiving this error?
© Stack Overflow or respective owner