Browse Source

Edited README via GitHub

Robin Herbots 14 years ago
parent
commit
496e9a63bf
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README

+ 5 - 0
README

@@ -145,3 +145,8 @@ $(document).ready(function(){
     $('#test').inputmask('€ 999.999.999,99', { numericInput: true });    //   123456  =>  € ___.__1.234,56
 });
 
+remove the inputmask
+
+$(document).ready(function(){
+    $('#test').inputmask('remove');
+});