debussy007,

The difference between ajaxForm and ajaxSubmit is this:

ajaxForm prepares a form to be submitted using AJAX.  It binds the
submit event and click events and then waits for the user to submit
the form.  When the user clicks the submit button it invokes
ajaxSubmit on your behalf.

ajaxSubmit submits the form immediately.

I just checked the sample pages and I'm not having any problem with
them.  Are you getting an alert box when you click the submit buttons?

Mike


Hi,

I am trying to understand the difference between AjaxForm and AjaxSubmit.

There are some examples Here : http://www.malsup.com/jquery/form/#sample1

With some forms.

But for each form, when I click Submit, I get on a dummy.php page with some
text on it.

It doesn't look like an Ajax call. Has the website some problems or maybe I
didn't understand the way it works ?

Thank you for any help.
--
View this message in context: 
http://www.nabble.com/jQuery---form-plugin-tf4096402s15494.html#a11647890
Sent from the JQuery mailing list archive at Nabble.com.


Reply via email to