On Sat, Jan 23, 2010 at 1:50 PM, Talisman <tfried...@gmail.com> wrote: > I'm trying to use jQuery.ajax() and passing in a "success" callback. > The data is loaded and the callback is invoked, but I'm not being > passed in the XmlHttpRequest object as expected. I've been looking at > the documentation here: http://api.jquery.com/jQuery.ajax/
Poking around a little I see the ajax method has been around since 1.0; I wasn't able to find if the interface changed at all, however. I assume you're using 1.4? This does sound strange - I look forward to seeing the resolution. What are the contents of textStatus? Nathan