problem with Tabs unless I set "async: false"
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
--