Two suggestions: 1) Validate the both the existing HTML and the HTML coming-in. It sounds like the re-flowing is problematic here and this could be validation.
2) Check out the tabs enable() and disable() methods, as well as the ajaxOptions. The idea is to disable tabs while the Ajax transaction is happening. This probably should be an option in jQuery-UI but, for now, roll your own callbacks to disable and enable the tabs as appropriate. **--** Steve On Dec 17, 1:29 am, Bob Eastbrook <baconeater...@gmail.com> wrote: > I'd like to display 4 tabs with their content loaded by AJAX. > However, if I click on tab 3 before tab 2 finishes loading, strange > problems happen. From that moment on, the tabs sometimes are blank > and othertimes contain info from the wrong tab. > > I can fix this by setting "async: false". However, then the content > isn't loaded via AJAX and the page isn't responsive until the content > loads. > > Is there another workaround to keep my tabs from getting messed up? > > Bob -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.