[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 ebun...@gmail.com wrote: I am attempting a fairly easy ajax call within a zend framework, but am getting a parseerorr. I have validated

[jQuery] Ajax parsererror

2009-07-25 Thread TCoakley
I am attempting a fairly easy ajax call within a zend framework, but am getting a parseerorr. I have validated the xml and will show that below. No js errors are being thrown. The ajax call: $(function() { $('#AjaxListAnchor').click(function() { $.ajax({