You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.5.3
- Fixed possible JSON iteration issue
- Fixed Error display if there was a <ul> inside the form and display set to 'block'
- onSubmit formData now returns the complete data
Version 1.5.0
New Features
- Added $.alterValidationRules method to modify the Global Validation rules - Documentation - Demo
- Modified NUMERIC rule (to match ex: 1,000.00 or 1000)
- Added INTEGER rule
- Added data-validation-regex-reverse attribute to reverse the data-validation-regex.
Fixes
- Fixes#8 data-validation-regex is not reversed anymore by default, an error will be triggered if the input value does not match the regex.
- options.submit.settings.button default value is changed to [type="submit"]
- Fixed NOSPACE regex
Notes
- Make sure the node is a <form> or the Validation is dropped
- Removed window.Validation.message configuration, use $.alterValidationRules instead