I have use the jquery.validate.js for validate the input field present in the form .
In this I have use the following
Validationrule, required, minlength 3 for input field.
In my case once start the editing in input , error message displayed,
My requirement is I want to show the error message only button click/EnterKey .
Is it possible to achieve this using jquery.validate.js