Browse Source

Edited README via GitHub

Robin Herbots 14 years ago
parent
commit
1db9267086
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README

+ 6 - 0
README

@@ -155,4 +155,10 @@ escape special mask chars
 
 $(document).ready(function(){
     $("#months").inputmask("m \\months");
+});
+
+remove incomplete input on blur - clearIncomplete
+
+$(document).ready(function(){
+    $("#ssn").inputmask("999-99-9999",{placeholder:" ", clearIncomplete: true });
 });