DiegoLopesLima / validate

A simple jQuery plugin to validate forms.
301 stars 217 forks source link

Way of calling validation function manually and how to determine if validation was successfull? #36

Closed abeninski closed 11 years ago

abeninski commented 11 years ago

Hello man, The plugin is great and you should keep up with the good work.

I have one question. Can I call validate manually?

E.g. if($('form').IsValid()) { do something }

DiegoLopesLima commented 11 years ago

Hi! Unfortunately I had not thought of a method to trigger validation in the current version. But in the next version will be implemented a method to trigger validation and also a method to verify the form.

I will release the new version in some days... You can view the progress through of the development branch.