victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
972 stars 476 forks source link

isValid to check valid forms #693

Closed rookiegrammer closed 6 years ago

rookiegrammer commented 6 years ago

Should be able to check valid forms manually without actual validation. ex. $('#myForm').isValid() returns true or false

rookiegrammer commented 6 years ago

Found it... 👍