I'm redesigning a large website right now, and the problem i'm having is that there is already a CSS class called "required" that has been used extensively all over the site. However, I want to use the jQuery.validate.js for the forms. is there any way to override this?
You can specify the validations within the rules option in the validate call, instead of using the class to flag them. Or you could include the metadata plugin and wrap the inline rules in braces:
<input type="text" class="{required: true}">
Leave a comment on kbwood.au's reply
Change topic type
Link this topic
Provide the permalink of a topic that is related to this topic