Use the ajaxSubmit method: $('#form_id').ajaxSubmit() 1. jQuery ajaxSubmit() be.twixt.us/jquery/formSubmission.php
2. jQuery Form Plugin www.malsup.com/jquery/form/ On Jan 14, 3:58 pm, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > Hi, I'm using this fantastic plugin but if I try to submit the form > using > > $('#form_id')[0].submit() the ajaxform it's not fired, it behaves like > it's a normal form, and I'm redirected to the ajax page. > > What I want to do is to submit the form when I check a checkbox. > > Can you help me? > > thank you