[jQuery] jquery tabs (ajax tabs with a form submit)

[jQuery] jquery tabs (ajax tabs with a form submit)


Hello,
I am incredibly new to the world of jquery.
What I am trying to do is create tabs (using the tabs plug-in) that
load dynamic content via AJAX (so it makes a call to a jsp). What
this does is this loads a new part of a form. What I want to do is
when the user clicks on a new tab, I also want to submit the data that
was in the original form. I wanted to do this with one request (i.e.
the request does the save, then loads up the new content).
However, I have no idea how to do this. Any help would be greatly
appreciated.