jQuery UI Tabs - Preload Content for every tab?
Newbie question: Is there a way to preload content of every tab when
loading the first tab? Calling the load function multiple times
(chaining) does not work (only the last call to load works).
I need this because fields between tabs are related. A change in the
first tab triggers an ajax call that modifes fields of other tabs.
This way when the first tab is loaded the first time, I need to have
access to the fields of other tabs.
Thank you in advance.
--