how to change the color of error message in jquery validation

Solutions on MaxInterview for how to change the color of error message in jquery validation by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "how to change the color of error message in jquery validation"
Maria José
24 Sep 2018
1   .error {
2      color: red;
3      background-color: #acf;
4   }