Skip to content

Tags: running-coder/jquery-form-validation

Tags

1.5.4.3

Toggle 1.5.4.3's commit message
onSubmit callback will now submit the form is true is returned

1.5.4.2

Toggle 1.5.4.2's commit message
onSubmit callback will now submit the form is true is returned

1.5.4.1

Toggle 1.5.4.1's commit message
Adding "errorTemplate" option

1.5.4

Toggle 1.5.4's commit message
- Allow addError to be interpreted in the onValidate callback

1.5.3

Toggle 1.5.3's commit message
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

1.5.2

Toggle 1.5.2's commit message
Version 1.5.2

- Fixes #10 Issue with NOTEMPTY rule matching white spaces
- Added NAME rule
- Removed validation on [readonly] input fields

1.5.1

Toggle 1.5.1's commit message
Version 1.5.1

- Fixed OPTIONAL rule when validating multiline input or textarea
- Not validating [READONLY] inputs anymore

1.5.0

Toggle 1.5.0's commit message
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

1.4.0

Toggle 1.4.0's commit message
Version 1.4.0

- Added destroy method

Note
- node now refers to a jQuery object instead of the DOM object.

1.3.5

Toggle 1.3.5's commit message
Version 1.3.5

- Fixes #2 Major error that would cause a JS error if options.debug was not declared inside the non-minified file