Hi, I need validate a form (i use jquery validatin), with this no
problem, but the idea was be send all data using jquery form, but I
can't do work all at the time... my idea is...

$("#myform").validate();
$('#myForm').ajaxForm(function() {
        alert("Correct");
 });

this code don't work, exist any way for do this? any example? thanks

Reply via email to