daweb wrote:

I've tried this solution, but nothing to do for me... umphf!!
If you don't depend on ajaxForm and can use ajaxSubmit, I recommend to refer to the integration example here: http://jquery.bassistance.de/validate/demo-test/ajaxSubmit-intergration-demo.html

I'll try to provide an example for integration the other way round.

Basically all you need it this:

jQuery("#form").validate({
        submitHandler: function(form) {
                jQuery(form).ajaxSubmit();
        }
});

--
Jörn Zaefferer

http://bassistance.de

Reply via email to