[jQuery] [validate] Naming rules by class

[jQuery] [validate] Naming rules by class


Can I name the validations by classname, in order to verfify all
fiuelds that match with specified classname?
For example set that all input that have a class "date" (<input
class="other_class date ..." ...) will be checked in required, min and
max lenght an others.
Thanks in advance.