victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
972 stars 476 forks source link

Add custom sanitizer functionality #643

Closed trusteddigital closed 6 years ago

trusteddigital commented 6 years ago

Replicated the addValidator functionality in utils.js and then rewrote the existing sanitizers in santize.js to work in the new format. Also added an example custom sanitizer in form.html

My grunt setup is being weird so I haven't added my compiled files. Also, is there a need to add this to async?

victorjonsson commented 6 years ago

Great work!