浏览代码

cleanup readme

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

+ 0 - 9
README.md

@@ -222,15 +222,6 @@ $(document).ready(function(){
 });
 ```
 
-
-### oncleared option
-
-```javascript
-$(document).ready(function(){
-    $("#ssn").inputmask("999-99-9999",{placeholder:" ", oncleared: function(){ alert('Set focus somewhere else ;-)');} });
-});
-```
-
 ### aliases option
 
 First you have to create an alias definition (more examples can be found in jquery.inputmask.extentions.js)