Browsing through forms with tabs
Hi
I'm using UI Tabs in a script which uses forms to automatically load
CSS styles onto a div. It worked pretty well when the form was
embedded in the same html and the different sections were shown/hidden
with Tabs, but now I would like to have each tab in a different .html
file. That way, loading the page wouldn't be so harsh as it's getting
now (the form is getting very long) and different people could work in
different sections more easily.
UI Tabs loads each section correctly, but the problem comes when a
parameter is modified in the form, as when you change the tab it
disappears and the style gets reseted.
Is there any recommended way to work with forms and tabs?
Many thanks!