Wonderful! Thank you Mike!
On Feb 12, 5:23 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > The form (wrapped in a jQuery object) is passed to your success callback: > > $('.inlineForm').ajaxForm({dataType:'json', success:process}); > > function process(data, status, $form) { > // do stuff > > } > > Mike > > On Feb 11, 2008 7:07 PM, Jerome Jaglale <[EMAIL PROTECTED]> wrote: > > > > > I have a page with several forms, some of them being ajax-submitted > > with the Form Plugin: > > > $('.inlineForm').ajaxForm({dataType:'json', success:process}); > > > Is there a way I can get a reference to the form which has been > > submitted? (from the success function for example)