You're close! Here you go. $("#internet_service_type_dialup").click(function() { $('#wizard_form').ajaxSubmit(options); return false; });
In you're code you were binding the submit event when the click happened. But what you want is to just send the form straight away, not bind it. Cheers. Mike On Jan 16, 2008 6:57 PM, Geoff Millikan <[EMAIL PROTECTED]> wrote: > > I've tried many variations of the below and they don't work (and don't > return any errors). Could you please, please post a very small html > snippet showing how to make a click event trigger the ajax form > submit. I will donate $100.00 USD to jQuery. > > $("input#internet_service_type_dialup").click(function() {$ > ('#wizard_form').submit(function() {$(this).ajaxSubmit(options); > return false; });}); > > http://www.t1shopper.com/voip/ >