Skip to content

jQuery Validation with performance optimisations for pages with a large number of inputs

Notifications You must be signed in to change notification settings

elbro/jquery.validation.optimised

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

jquery.validation.optimised

jQuery Validation with performance optimisations for pages with a large number of inputs

For pages with a large number of inputs (typically > 100) jquery validate is very slow at parsing all the elements creating a UI hang on form submit. This version contains optimized parsing and error displaying functions which vastly improve the speed of validation without sacrificing any crucial functionality.

jquery.validate.unobtrusive.js has been modified to allow you to easily skip validation on a form. Useful if you are using a page with multiple long forms, simply add the "skipValid" class to a form..

About

jQuery Validation with performance optimisations for pages with a large number of inputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published