Client side form validation becomes easiest by using jQuery.
I tried all validators and they are so simple!
But in date, number and range validators; I need to add two validators in sequence
1) Required 2) Date
so is it possible.
Another common requirement is to reset the Form Fiels. Is is possible using jQuery without writing too much code?