I'm trying to call a url with async: false but I always receive an
exception.
This problem happen with both release 1.2.6 and 1.3.2.
Here is the snippet:
var html = $.ajax({
url: 'http://ajax.googleapis.com/ajax/services/
search/web?q=testquery&start=0&v=1.0&rsz=large',
dataType: "jsonp",
async: false,
success: function(data, textStatus) { }
}).responseText;
responseText always throw a null or not an object exception.
any help?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---