[Validation plugin] Validate an input instead of a whole form ?

[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 :
  1. $("#InputID").validate(
  2.       rules: "required"
  3. );

Thanks guys