How can I use a custom CSS class for the error messages? I'd rather not style the standard label.error. I want to use a CSS class I already have.
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by hohner, Andrew, ЯegDwight, rds, j0k Jan 21 '13 at 22:41It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.If this question can be reworded to fit the rules in the help center, please edit the question. |
|
There is an option for jQuery Validate called
All you need to do is specify it in your original
|
|||||
|
You could do something like that: html:
css:
jquery:
|
|||||||||||||
|
label.error
. – Blazemonger Jan 21 '13 at 21:17