ソースを参照

Edited README via GitHub

Robin Herbots 14 年 前
コミット
5bd517670b
1 ファイル変更6 行追加0 行削除
  1. 6 0
      README

+ 6 - 0
README

@@ -149,4 +149,10 @@ remove the inputmask
 
 
 $(document).ready(function(){
 $(document).ready(function(){
     $('#test').inputmask('remove');
     $('#test').inputmask('remove');
+});
+
+escape special mask chars
+
+$(document).ready(function(){
+    $("#months").inputmask("m \\months");
 });
 });