浏览代码

modified: README.md

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

+ 0 - 8
README.md

@@ -218,14 +218,6 @@ While the field has focus and is blank, users will see the full mask `___-___`.
 When the required part of the mask is filled and the field loses focus, the user will see `123`.
 When the required part of the mask is filled and the field loses focus, the user will see `123`.
 When both the required and optional parts of the mask are filled out and the field loses focus, the user will see `123-abc`.
 When both the required and optional parts of the mask are filled out and the field loses focus, the user will see `123-abc`.
 
 
-### oncleared option
-
-```javascript
-$(document).ready(function(){
-    $("#ssn").inputmask("999-99-9999",{placeholder:" ", oncleared: function(){ alert('Set focus somewhere else ;-)');} });
-});
-```
-
 ### aliases option
 ### aliases option
 
 
 First you have to create an alias definition (more examples can be found in jquery.inputmask.extentions.js)
 First you have to create an alias definition (more examples can be found in jquery.inputmask.extentions.js)