How to get $.ajax raw request response text

THRILLER

New Member
I use \[code\]$.ajax\[/code\] to get a cross domain xml data, by setting the \[code\]datatype\[/code\] to \[code\]jsonp\[/code\].Good news is I can get the data correctly, through check the HttpRequest response data.Bad news is the xml I get can not be print or parse by the ajax function, so it report me wrong, the data was intercepted.So I thought whether I can get the raw response text before the \[code\]$.ajax\[/code\] parse and intercept it, then I can parse the text by myself.Is that possible? What should I do?
 
Back
Top