[jQuery] Jquery validation messages repeating

[jQuery] Jquery validation messages repeating


When i press the submit button of a form, it is showing the
corresponding error message by the side of the text field. But when i
press the submit button again, the error message is getting
concatenated with the older one and getting displayed (means it is
displaying that many times the submit button is clicked )
Eg: *Required *Required
I pressed the submit button 2 times