Browse Source

cleanup readme

Robin Herbots 14 years ago
parent
commit
caa6262205
1 changed files with 0 additions and 9 deletions
  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)