Skip to content

Commit 26bb373

Browse files
committed
Merge branch 'master' of github.com:victorjonsson/jQuery-Form-Validator
2 parents 604d808 + 96d5228 commit 26bb373

File tree

1 file changed

+26
-13
lines changed

1 file changed

+26
-13
lines changed

README.md

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jQuery Form Validator is a **feature rich and multilingual** jQuery plugin that
3939

4040
### Support for HTML5
4141

42-
As of version 2.2 you can use this plugin as a fallback solution for the validation attributes in the HTML5 spec. Add the module `html5` to the module declaration and you can use the following native features:
42+
This plugin can serve as a fallback solution for the validation attributes in the HTML5 spec. With the [html5](http://www.formvalidator.net/#configuration_html5) module you can use the following native features:
4343

4444
**Attributes**: require, pattern, maxlength, min, max, placeholder
4545

@@ -78,7 +78,7 @@ Read the documentation for the default features at [http://formvalidator.net/#de
7878
* **strength***Validate the strength of a password*
7979
* **server***Validate value of input on server side*
8080
* **letternumeric***Validate that the input value consists out of only letters and/or numbers*
81-
* **recaptcha** - *Validate Google [reCaptcha 2](https://www.google.com/recaptcha/intro/index.html)* **not yet released...**
81+
* **recaptcha** - *Validate Google [reCaptcha 2](https://www.google.com/recaptcha/intro/index.html)*
8282

8383
Read the documentation for the security module at [http://formvalidator.net/#security-validators](http://formvalidator.net/#security-validators)
8484

@@ -122,12 +122,12 @@ Read the documentation for the Swedish module at [http://formvalidator.net/#swed
122122

123123
Read the documentation for the UK module at [http://formvalidator.net/#uk-validators](http://www.formvalidator.net/#country-specific-validators_uk)
124124

125-
### Module: brazil *(not yet released...)*
125+
### Module: brazil
126126
* **brphone***Validate a brazilian telephone number*
127127
* **cep**
128128
* **cpf**
129129

130-
### Module: poland *(not yet released...)*
130+
### Module: poland
131131
* **plpesel** - *validate polish personal identity number (in Polish identity cards)*
132132
* **plnip** - *validate polish VAT identification number*
133133
* **plregon** - *validate polish bussiness identity number*
@@ -136,13 +136,14 @@ Read the documentation for the UK module at [http://formvalidator.net/#uk-valida
136136
* **trim**
137137
* **trimLeft**
138138
* **trimRight**
139-
* **upper** — (convert all letters to upper case)
140-
* **lower** — (convert all letters to lower case)
141-
* **capitalize** — (convert the first letter in all words to upper case)
142-
* **insertRight** — (declare a text that should be inserted at the end of the value, attribute data-sanitize-insert-right)
143-
* **insertLeft** — (declare a text that should be inserted at the beginning of the value, attribute data-sanitize-insert-left)
144-
* **escape** — (convert < > & ' " to html entities)
145-
* **numberFormat** — (declare the attribute data-sanitize-number-format with any of the formats described on http://numeraljs.com/. Note that this rule requires that numeral.js is included in the page)
139+
* **upper** — Convert all letters to upper case
140+
* **lower** — Convert all letters to lower case
141+
* **capitalize** — Convert the first letter in all words to upper case
142+
* **insertRight** — Declare a text that should be inserted at the end of the value, attribute data-sanitize-insert-right
143+
* **insertLeft** — Declare a text that should be inserted at the beginning of the value, attribute data-sanitize-insert-left
144+
* **escape** — Convert < > & ' " to html entities
145+
* **strip** — Comma separated list with words that gets automatically removed
146+
* **numberFormat** — Declare the attribute data-sanitize-number-format with any of the formats described on http://numeraljs.com/. Note that this rule requires that numeral.js is included in the page
146147

147148
Read the documentation for the sanitation module at [http://formvalidator.net/#data-sanitation](http://formvalidator.net/#data-sanitation)
148149

@@ -248,12 +249,24 @@ You can cause an element to be validated upon the firing of an event, by attachi
248249

249250
## Localization
250251

251-
This plugin comes with translations for English, German, French Spanish and Swedish. You can also choose to override the error
252+
This plugin comes with translations for English, Polish,
253+
Romanian,
254+
Danish,
255+
Norwegian,
256+
Dutch,
257+
Czech,
258+
Catalan,
259+
Russian,
260+
Italian,
261+
French,
262+
German,
263+
Swedish and
264+
Portuguese. You can also choose to override the error
252265
dialogs yourself. Here you can read more about [localization](http://formvalidator.net/#localization)
253266

254267
## Changelog
255268

256-
#### 2.3.0 (unreleased)
269+
#### 2.3.18
257270
- New translations (Polish, Romanian, Danish, Norwegian, Dutch, Czech, Russian, Italian)
258271
- Several improvements made to already existing translations
259272
- "Validation help" no longer puts constraints on input names

0 commit comments

Comments
 (0)