1

I am searching for a jquery-based validation library which becomes active if the browser isn't HTML5 compliant for the particular attribute (e.g. 'required', 'placeholder', etc). I've searched and found numerous libraries but either they aren't yet production-quality or, as is the case with the default JQuery Validation library, they don't follow the HTML5 syntax; they use classes instead of attributes to specify the rules. I want my HTML to be natively compatible with the new browsers so that validation library in particular doesn't meet the requirements.

1 Answer 1

1

jQuery Validate added improved HTML5 support last week. In particular, you can use the required attribute and HTML5 types instead of using the class attribute.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.