I'm making a request to Google Custom Search using getJSON. FireBug is showing that it's returning a 200 OK. However, my callback function never happens.
The jQuery docs mention a silent error, which I suppose makes sense, yes? I'm not surprised Google would with a format error.
http://api.jquery.com/jQuery.getJSON/
How can trouble shoot this? Is there a workaround? I saw something about using AJAX instead but I can't seem to nail down the necessary details.
btw, if I copy the GET request URL out of Firebug and paste it into the browser I get results. But in Firebug results is blanks/empty. I'm stumped.