浏览代码

modified: README.md

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

+ 6 - 0
README.md

@@ -307,6 +307,12 @@ see jquery.inputmask.extensions.js for some examples
 <input id="test" disabled="disabled" />
 <input id="test" disabled="disabled" />
 ```
 ```
 
 
+### maxlength attribute
+
+```html
+<input id="test" maxlength="4" />
+```
+
 ## Compiling with Google Closure Compiler
 ## Compiling with Google Closure Compiler
 
 
 First grab the sources from github.  In the root you type ant.
 First grab the sources from github.  In the root you type ant.