Submit Form to div on different tab
I have a page with two tabs loading an AJAX page in each.
I want to submit the form on the first tab and have it display the
data in the second tab, in a specific div.
I am using Jquery forms with ajaxForm. I have tried using
$('#container1 > ul').tabs("select", '#Fees_Selected');
in the beforeSubmit callback, and then just using the specific div
e.g. #FeesOwedSelected, in the ajaxForm target.
e.g. target: '#FeesOwedSelected'
This just opens the results in a new page, which just contains the
page that should be in the tab.
I don't know what is missing.
Thanks
Adam