Questions tagged as 'jquery-validation-engine'

5
answers

Using jQuery Validation Engine and CPF validation

I'm using the jQuery Validation Engine with translations file for Portuguese. I have added the following line to the JavaScript: "cpf": { "regex": /^\d{2}\.\d{3}\.\d{3}\/\d{4}\-\d{2}$/, "alertText": "* CPF inválido" }    Class="va...
asked by 16.12.2014 / 01:38
0
answers

Help in Calback validationEngine

I am using validationEngine for a form validation and submission after everything is completed. So far so good. However, I need to recover some data from the registry after confirmation. Once the user fills in the data, he submits the...
asked by 26.10.2016 / 14:44
1
answer

Mask for input DATA: "00/00/0000" === '0 to 31' / '0 to 12' / '19 || 20 '' 0 to 9 '' 0 to 9 '=

Hello, I need to make my <input id="data"> as parameters: taking into account the format of: 00/00/000; the first two from 0 to 31. (if they put value above, it resets to 31) The third: 0 or 1; The fourth number: 0 to 12;...
asked by 10.04.2015 / 07:10
2
answers

Validate a link in the input

Well folks, I wanted to make a form where in an input it is mandatory to put a Steam link. How do I do? Thank you.     
asked by 21.08.2017 / 21:06
1
answer

Validate if the person is of legal age

Good afternoon, how do I check if a person is of legal age with the jQuery.validationEngine plugin? I need the form to only validate if the person is over 18, if it is under 18, it is blocked.     
asked by 08.09.2016 / 17:11
2
answers

Jquery Validation only after dropdown is selected

I have a dropdown and I want to validate, make it mandatory only if a checkbox is checked, otherwise it is not required I tried to do according to JSFiddler link <form action="#" method="post" id="Form"> <input type="checkbox" id...
asked by 17.09.2018 / 22:56