[Validation plugin] Validate an input instead of a whole form ?
Hi it's me .... again,
Is the validation plugin able to validate an input only instead of a whole form?
I mean, is this lign correct :
- $("#InputID").validate(
- rules: "required"
- );
Thanks guys