Browse Source

Edited README via GitHub

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

+ 6 - 0
README

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