daweb wrote:
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.htmlI've tried this solution, but nothing to do for me... umphf!!
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