[jQuery] [Validation] Validation rules description
I have my form in table, with "error.appendTo( element.parent
("td").next("td") );"
In the td where the errormessages is append I would like to write rule
description for each field when the page is loaded and the user hasn't
start typing in the field should this message be shown, for example:
Full name: Your first and last name.
So when keyup/submit should this message/description be replaced of
the "OK" or error message from jQuery validation.
Looking forward for your solutions.