[jQuery] [validate] Custom validation trigger

2009-03-02 Thread knal
Hi there, I have a form which is validated with the jQuery Validate PI. The JS roughly looks as follows: var validator = $("#contact_form").validate({ rules: { name: { required: true } }, messages: {

[jQuery] [validate] custom validation trigger

2008-09-08 Thread casavecchio
Hallo, i would like to validate a formfield. Valid values are 01, 02 31, like all possible days of a month. The field validation should start after blur (like default) and after the second sign was inserted(also in the first lazy-mode). When the values are valid, the next form field should