I'm using jQuery UI Tabs. One of my tabs is loaded via AJAX. I have the cache option set to true and everything works perfectly, except... when I click on an AJAX tab, then quickly switch to a different tab, the AJAX tab seems to be aborted instantly, and raises an error (with no error text).

As a test, I setup a tab that, on the server had a 2.5 second delay... If I click on the AJAX tab and wait... then the content shows up... but if I switch to a different tab before the 2.5 seconds is up, the error event is raised.

So the question is, How do I prevent the AJAX stuff from being aborted just because I switched to a different tab?

link|improve this question

it would be easier to help you if you posted your code – kasdega Jul 8 '11 at 2:14
feedback

1 Answer

I'm having the exact same problem. I was going to disabled other tabs until the jax response finishes then reable them until I can find the REAL fix for this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.