jquery validation change error message code example
Example: how to change the color of error message in jquery validation
.error {
color: red;
background-color: #acf;
}
.error {
color: red;
background-color: #acf;
}