Hi,
You are posting to the wrong group.
There is a group for jquery.ui where you can get faster answers
http://groups.google.com/group/jquery-ui?hl=en
Best Regards
----- Original Message -----
From: "psycho_gamer" <auri...@gmail.com>
To: "jQuery (English)" <jquery-en@googlegroups.com>
Sent: Tuesday, June 23, 2009 5:30 PM
Subject: [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.