jQuery-Form-Validator
jQuery-Form-Validator copied to clipboard
[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
I used your formvalidator.js on my site. i want to add them in step by step form . how i do it
hello , i met a problem that my code usable in tag2.3.77 and unusable in tag2.3.79. here is the error in 2.3.79,the $ object doesnt have the "validate" method ...
0) useful & powerful library, thx 4 work. i) i want to check age range from server with $.post action. ii) Problem : a) if first test is false -wrong...
Hello, i want to know how to prevent focus when error it displayed, Thanks
Hi, recaptcha not showing if use jquery 3.1+ sorry for my english :) and Thank's for awesome plugin )
Hi, I'm trying to make an inut working with "depends-on-value" property, which depends on "-1". Since the regex in the split function is "'[,|'+(allowSpaceAsDelimiter ? '\\s':'')+'-]\\s*'" , which means it...
using the version 2.3.77 and birthdate validation, our birthday field was marked as valid if the date provided was one day ahead from the current day. e.g. (Sept 06, 2018...
Having some difficulty getting the $.fn.isValid to work... (update) I did get this to work. Your example showed $(this).isValid() being called. I had to change "this" to my form id....
I had registration form where the validation message is being shown but I can still submit the form. it should prevent me from doing it. ``` ``` Other validations are...
When i click on submit buton, get messages to form are invalid, when i put in input text, message hide only when input lost focus. dont work (check validate) when...