I want to have a large HTML form broken up into several smaller sub-forms in a JQuery UI tabs layout. But I want to have one special "All" tab that has all of the sub-forms on that tab. So when a user clicks on the All tab, they can see and edit all of the form fields that are normally divided up on several tabs.
How could I easily do this with JQuery? I wanted to avoid having two copies of the actual fields because it seems a pain to copy/paste the data between the sub-form version and the special "All" form version.
Please note: I'm using the ui.jquery.com tab layout.