Take a look at this: http://docs.jquery.com/Plugins/Validation/Validator/addClassRules#namerules
Though you should use classes that aren't already referring to existing methods, eg. date is taken. Jörn On Mon, Dec 15, 2008 at 9:26 PM, ycuentocorto <olivares.rodr...@gmail.com> wrote: > > 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. > >