If I remember correctly the tabs plugin has can fire a function....
you can then use jquery to collect all the values from that form
page... and send them via ajax to a jsp that will post this
data....you will likely want to set a Unique ID of some sort so you
can handle if they go back and change the data...

Then you can load the tab...

If you need more help let me know
On Jun 23, 7:55 pm, psycho_gamer <auri...@gmail.com> wrote:
> 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. Please help!

Reply via email to