ソースを参照

Edited README via GitHub

Robin Herbots 14 年 前
コミット
496e9a63bf
1 ファイル変更5 行追加0 行削除
  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
     $('#test').inputmask('€ 999.999.999,99', { numericInput: true });    //   123456  =>  € ___.__1.234,56
 });
 });
 
 
+remove the inputmask
+
+$(document).ready(function(){
+    $('#test').inputmask('remove');
+});