[jQuery] Re: Form Plugin: sender

2008-02-12 Thread Jerome Jaglale
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 > > }

[jQuery] Re: Form Plugin: sender

2008-02-12 Thread Mike Alsup
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 seve