jquery, jsonp and no success
Posted
by Damo
on Stack Overflow
See other posts from Stack Overflow
or by Damo
Published on 2010-05-26T15:44:10Z
Indexed on
2010/05/26
15:51 UTC
Read the original article
Hit count: 222
Hi
I have the following jquery in my code$j.getJSON("http://localhost:8080/WWTestHarnessWEB/ReadersToolkitFinalController.htm?jsoncallback=?", {'uID': 1}, function(data){alert(data);});
The json that i am returning looks like the following ({"positiveCount":"0","negativeCount":"999"})
But my alert is never firing.
Any idea what i need to do to ensure that this will work?
regards Damien
© Stack Overflow or respective owner