[jQuery] Re: global error handler

2007-12-06 Thread charlie
I ended up doing modifications to the jQuery core to make this possible. Thank you for the response. I think I'll try my callback method described (sorta) above, if no one else can come up with a better solution. I'd rather write more code now and stay on the upgrade path!

[jQuery] Re: global error handler

2007-12-03 Thread Suni
I came across the same problem earlier, when trying to create a global way of notifying the user about timed out sessions in ajax-calls. It would be really handy if the global ajax-events would fire before locals. I ended up doing modifications to the jQuery core to make this possible.