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)

Reply via email to