It's not returning the callback function, so it cannot be evaluated.
You should have something like this in your PHP code:
echo $_GET['callback'] . '(' . $jsonData . ');';
Hah, oh sorry, if you were using php, that would be the case.
You want that in your javascript file, and you're going to need to specify a hardcoded callback instead because it's a static list.
See: http://www.ibm.com/developerworks/library/wa-aj-jsonp1/
altCognito
2009-04-17 15:58:36