I want to validate a form with Jquery + JQuery Validation, using a list of authorized words.
Ex: var PalavrasAutorizadas = ['foo', 'bar', 'fizz', 'buzz' ];
If he enters any word that is not in the list he invalidates the form and do...
asked by
06.09.2017 / 21:16