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.
Good morning, hello. I have a question, is it possible to install the plugin in the ES6 standard ??? The first step is to install the plugin via npm (npm...
Hi Team, @victorjonsson Hope I get some support from this as I found this plugin very helpful. Currently I am using recaptcha from this plugin like below. ``` $( document...
Thank you for the great plugin! Now I'm trying to validate without success one drop down with bootstrap-select (https://silviomoreto.github.io/bootstrap-select/). Any ideas? Thank you in advance!
I was using a jQuery form validator with the validation against a number and the range is something like this [1, 1000]. But now my company wants to change it...
@victorjonsson I know that you are not working on this plugin anymore, but is there a chance to put http://www.formvalidator.net/ back online or maybe host it as a static files...
Good evening, A pity that this plugin was discontinued, I think it is very good .... Is there an equivalent and still under maintenance? ***** Forgive my English, as I...
Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
Hi, There is a well-known issue with Recaptcha v2 that it requires a certain styling to be responsive and prevent this from happening on smaller devices:  In order make...
I think it's useful to have ability to force validation of single hidden input - in my case for `select` elements generated by Select2.js lib. How to use: Add `data-force-validation-if-hidden="true"`...