jQuery Validation when the form is filled correct...

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
  1. $("#myform").validate() == false;
  2. or
  3. $("#myform").validate().form() == true?
Thank you for answers in advance :D