L
L
lavezzi12017-02-24 10:33:38
JavaScript
lavezzi1, 2017-02-24 10:33:38

What library to use for form validation?

Hello, please advise js validator (can be jquery) for form validation. I really need a function to determine whether the entire form is valid (if all inputs are valid), then remove disable from the submit button.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Mikhail Vikhryan, 2017-02-24
@d_hawk

validate.js you can try

Z
zzamzam, 2017-02-24
@Inlore

What you need
www.formvalidator.net/#advanced_toggleDisabled

N
Nicholas, 2017-02-24
@healqq

This functionality is also available in the JS/HTML5 standard.
form.checkValidity()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question