ソースを参照

Merge branch '3.x' of https://github.com/RobinHerbots/jquery.inputmask into 3.x

Robin Herbots 10 年 前
コミット
fac6695d44
2 ファイル変更2 行追加3 行削除
  1. 2 2
      README.md
  2. 0 1
      README_phone.md

+ 2 - 2
README.md

@@ -148,7 +148,7 @@ While the field has focus and is blank, users will see the full mask `___-___`.
 When defining an optional mask together with the greedy: false option, the inputmask will show the smallest possible mask as input first.
 
 ```javascript
-$(selector).inputmask({ mask: "99999[-9999]", greedy: false });
+$(selector).inputmask({ mask: "9[-9999]", greedy: false });
 ```
 
 The initial mask shown will be "**_**" instead of "**_**-____".
@@ -158,7 +158,7 @@ Dynamic masks can change during the input.  To define a dynamic part use { }.
 
 {n} => n repeats<br>{n,m} => from n to m repeats
 
-Also {+} and {_} is allowed. + start from 1 and _ start from 0.
+Also {+} and {*} is allowed. + start from 1 and * start from 0.
 
 ```javascript
 $(document).ready(function(){

+ 0 - 1
README_phone.md

@@ -1,5 +1,4 @@
 ## phone extensions
-Uses the phone mask definitions from [https://github.com/andr-04/inputmask-multi](https://github.com/andr-04/inputmask-multi)
 
 ```javascript
  $(selector).inputmask("phone", {