[jQuery] Re: ajax complete function not being called

2009-10-01 Thread James
What happens if you put the whole $.ajax statement in a try/catch statement? Does it catch? On Oct 1, 7:24 am, mike wrote: > Right!  I'm having the same problem--neither the error nor the > complete are being called.  The request just fails, probably because > the responseText is not JSON. > > I

[jQuery] Re: ajax complete function not being called

2009-10-01 Thread mike
Right! I'm having the same problem--neither the error nor the complete are being called. The request just fails, probably because the responseText is not JSON. I've had no luck searching around for answers to this either. Guess we'll have to wait until the jQuery JSONP plugin is more mature. (

[jQuery] Re: ajax complete function not being called

2009-10-01 Thread mike
Right! I'm having the same problem--neither the error nor the complete are being called. The request just fails, probably because the responseText is not JSON. I've had no luck searching around for answers to this either. Guess we'll have to wait until the jQuery JSONP plugin is more mature. (