Most voted "jquery-validation-engine" questions
6 questions
Sort by count of
-
5
votes5
answers24461
viewsUsing jQuery Validation Engine and CPF validation
I am using jQuery Validation Engine with translation file for English. I added the following line to Javascript: "cpf": { "regex": /^\d{2}\.\d{3}\.\d{3}\/\d{4}\-\d{2}$/, "alertText": "* CPF…
-
3
votes1
answer1355
viewsValidate if person and legal age
Good afternoon staff, how to check if a person is of age with the plugin jQuery.validationEngine? I need the form only validates if the person is over 18 years old, if they are under 18 years old…
-
2
votes0
answers32
viewsHelp with Calback validationEngine
I’m using the validationEngine for a form validation and sending after all completed. So far so good. However I need to recover some data from the registration after confirmation. Once the user…
-
1
votes1
answer4052
viewsDATA input mask: "00/00/0000" === '0 to 31' / '0 to 12' / '19 || 20' '0 to 9' '0 to 9' =
Hi, I need to make mine <input id="data"> has as parameters: taking into account the format of : 00/00/000; the first two from 0 to 31. (if you put value above, it resets to 31) the third: 0…
-
1
votes2
answers737
viewsValidate a link in input
Good people, I wanted to make a form where an input is required to enter a Steam link. How do I do? Thank you.
-
0
votes2
answers59
viewsJquery Validation only after dropdown is selected
I have a dropdown and want to validate, make it mandatory only if a checkbox is checked, otherwise it is not required I tried to do as Jsfiddler https://jsfiddle.net/dorathoto/zoh72rx5/6/ <form…