I called $('#tabs').tabs('load',0) to load the first tab, and the server return a response of 500 internal error.
I want to know how to receive and handle this error event? I don’t see any event related to this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can’t see a possibility to add an error event either and as long as you don’t want to extend the existing tab functionality, you could have a look at the general error handling event in jQuery:
http://api.jquery.com/ajaxError/
That’s not perfect but could be a way.