ソースを参照

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
 ### 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)