🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A lightweight and accessible jQuery form validation plugin which has the ability to validate the form fields using aria attributes.

Form-Validation

Documentation

aria-form-validation

Uses aria attributes to style and validate form inputs

Uses aria-invalid to assign visual error indicators with CSS attribute selectors when validation of field fails.

Summary of errors is placed at the top in an aria-live enabled div.

Inline error indicators are dynamically placed inside individual error form inputs.

Form validation on submission is keyed off of aria-required attributes.

Required field styling is dynamically added from aria-required attributes.

See the demo here: https://offsetchris.github.io/aria-form-validation/


You May Also Like