Using jQuery Form Plugin on a form that submits text & file fields to
a remote server, the resulting XML/JSON returned does not appear to be
available to jQuery.
As demonstrated via
error: function(XMLHttpRequest, textStatus, errorThrown) {
console.log(errorThrown);

Error: Permission denied for <http://XXXXX> to get property
Window.document from <http://YYYYY>.

I believe this is the DOM from the same domain issue.

I can see the HTTP POST & Response in Firebug. How can I access the
returned text?

Reply via email to