jQuery Validation when the form is filled correct...
Hi,
How to know if the form is filled correctly using jQuery Validation?
Is it something like
- $("#myform").validate() == false;
- or
$("#myform").validate().form() == true?
Thank you for answers in advance :D