浏览代码

Update README.md

Robin Herbots 13 年之前
父节点
当前提交
744dfc75d7
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -284,6 +284,13 @@ Just add the dir="rtl" attribute to the input element
 <input id="test" dir="rtl" />
 ```
 
+### onKeyUp option
+
+Use this to do some extra processing of the input when certain keys are pressed.  
+This can be usefull when implementing an alias, ex. decimal alias, autofill the digits when pressing tab.
+
+see jquery.inputmask.extentions.js for some examples
+
 ## Compiling with Google Closure Compiler
 
 First grab the sources from github.  In the root you type ant.