U
U
UZER20062013-09-27 11:51:59
JavaScript
UZER2006, 2013-09-27 11:51:59

Framework for validation

I'm looking for a JS framework for form validation.
Requirements:

  • Requires both live validation on onChange (optional as the value is entered) and validation of the entire form on submit. Plus, you need validation of keystrokes (that is, for example, for a digital field to “absorb” all other characters)
  • The ability to freely style the error information (first of all, the ability to choose to display a message next to the field or tooltip would not hurt, although I will most likely use the tooltip)
  • Normal orientation to AJAX. I can have several forms on one page that are loaded by AJAX requests to dialog boxes
  • Cross-browser compatibility at least at the level of IE8, plus will be simultaneous support and use of HTML5 features
  • I have a jQuery project, there is something possible with a link to it
Are there similar ready-made solutions? Or in a combination of two frameworks with minimal finishing? Google did not suggest anything, ready to write itself in case of a negative answer.
Thank you.

UPD. Here I found something similar to what I need. But not ideal yet.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
Y
yurtaev, 2013-09-27
@yurtaev

parsleyjs

P
Petrusha Ukropov, 2013-09-27
@artishok

jquery.bassistance.de/validate/demo/

M
Mikhail Krainov, 2013-10-03
@medved13

swarx: habrahabr.ru/post/123940/

V
vinograd19, 2013-11-13
@vinograd19

jqueryvalidation

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question