[jQuery] Re: Ajax parsererror

2009-09-18 Thread nowotny
On 27 Lip, 17:07, TCoakley wrote: > I was able to get this to work perfectly by removing the dataType. It > ran my success function and parsed as XML. Is this a bug? Hi... I also run into that problem and the solution was the page you're requesting HAS to return a Content-type: text/xml header o

[jQuery] Re: Ajax parsererror

2009-07-27 Thread TCoakley
I was able to get this to work perfectly by removing the dataType. It ran my success function and parsed as XML. Is this a bug? On Jul 24, 3:01 pm, TCoakley wrote: > I am attempting a fairly easy ajax call within a zend framework, but > am getting a parseerorr. I have validated the xml and will