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.
Changing the date validation function, adding optional attributes min-date and max-date. If informed, it sets an allowed range for the date. It checks following this order: valid date, minimum date,...
As requested in #434 , this removes the inline css from the 'strength-meter' element and places the styling into the CSS file. The class names can also be configured via...
displayPasswordStrength now also handles on its config object the display css attribute. I was really needing this, and i think some people will apreciate it
China language package
Slovak language
Created translation file with Armenian language
fix#724
i think your plugin lock the jquery version in @2.2.4 is not right
I've found in several versions for example: //cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.77/jquery.form-validator.min.js The js is calling languages in the wrong directory, it points to https://cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.77/lang/lang/es.js when it should be https://cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.77/lang/es.js That's causing that all...