How to extract data from JSON string by using JQuery |
[eluser]Victor Michnowicz[/eluser]
I think the problem is that JSON is subject to same origin policy. JSONP should be the answer. I have never dealt with JSONP, however. Maybe these links can help you out?: http://api.jquery.com/jQuery.getJSON/#jsonp http://api.jquery.com/jQuery.ajax http://bob.pythonmac.org/archives/2005/1...son-jsonp/ http://1080d.com/lang/en-us/2009/10/conv...on_encode/ |
Messages In This Thread |
How to extract data from JSON string by using JQuery - by El Forum - 01-17-2011, 07:31 AM
How to extract data from JSON string by using JQuery - by El Forum - 01-17-2011, 08:35 AM
How to extract data from JSON string by using JQuery - by El Forum - 01-17-2011, 08:58 AM
How to extract data from JSON string by using JQuery - by El Forum - 01-17-2011, 10:54 AM
How to extract data from JSON string by using JQuery - by El Forum - 01-17-2011, 11:03 AM
How to extract data from JSON string by using JQuery - by El Forum - 01-20-2011, 12:53 AM
How to extract data from JSON string by using JQuery - by El Forum - 01-20-2011, 07:33 AM
|