[jQuery] Re: .ajax doesn't execute "success" handler in IE7

2009-03-20 Thread topherez
I had this trouble before, and after 2 hours, finally remembered what it was. IE needs to know that the xml returned is actually xml. It uses the header of the document to determine that, so you must set the header in the php/asp file to set it. For PHP, include this before passing back the respo

[jQuery] Re: .ajax doesn't execute "success" handler in IE7

2009-03-03 Thread James
Try putting an 'error' callback function also into the ajax options to see if it's falling in there. Maybe something else is affecting it. Do you have any other ajax options set elsewhere on the script? On Mar 3, 3:37 am, MorningZ wrote: > Use Fiddler (http://www.fiddlertool.com) to see what IE

[jQuery] Re: .ajax doesn't execute "success" handler in IE7

2009-03-03 Thread MorningZ
Use Fiddler (http://www.fiddlertool.com) to see what IE is seeing as a response from the post On Mar 3, 5:36 am, Kasper wrote: > I swear, I didn't change a thing when moving my site from my > production work station to our server, but then, my IE 7 doesn't > execute the $.ajax "success" handler