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