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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Read the documentation for the UK module at [http://formvalidator.net/#uk-valida
124
124
125
125
### Module: brazil *(not yet released...)*
126
126
***brphone** — *Validate a brazilian telephone number*
127
-
***cep**
127
+
***cep**
128
128
***cpf**
129
129
130
130
### Module: poland *(not yet released...)*
@@ -258,7 +258,7 @@ dialogs yourself. Here you can read more about [localization](http://formvalidat
258
258
- Several improvements made to already existing translations
259
259
- "Validation help" no longer puts constraints on input names
260
260
- Improved confirmation validation
261
-
-Now possible to set `errorMessagePosition` to a callback function
261
+
-Config parameter `errorMessagePosition`is now only used to point out where error message should be placed. New configuration parameters is introduced that handles custom positioning of error messages [#226](https://github.com/victorjonsson/jQuery-Form-Validator/issues/226#issuecomment-191233456)
262
262
- Now possible to add `data-validation-ignore` to filter out certain characters before validation
263
263
- New sanitation method `strip` that removes defined characters
264
264
- Now possible to declare attributes not prefixed with data-validation in jsconf module
@@ -272,8 +272,9 @@ dialogs yourself. Here you can read more about [localization](http://formvalidat
272
272
- Polish validation module
273
273
- Brazilian validation module
274
274
- UK validation module now also have validators `uknin``ukutr`
275
+
- Sepa-module that makes it possible to validate sepa, iban and bic.
275
276
- New module named "logic" containing the features `data-validation-depends-on` and `data-validation-optional-if-answered`
276
-
277
+
- The security module now support reCAPTCHA from Google.
277
278
278
279
#### 2.2.8
279
280
- The plugin is now again possible to install via bower.
0 commit comments