#4451 AJAX tabs stop functioning properly after AJAX error callback is executed

#4451 AJAX tabs stop functioning properly after AJAX error callback is executed


http://dev.jqueryui.com/ticket/4451#comment:3
I've attached a patch to handle ajax errors. Currently the error
message is hard coded:
http://dev.jqueryui.com/attachment/ticket/4451/ui.tabs.js-4451.patch
Handling the error makes sense, but I'm not sure if its worth making
the error message customizable. We could pass through the status
message from the server, but that isn't necessarily any better.
What do you think?
Jörn