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

+ 6 - 0
README

@@ -101,6 +101,12 @@ $(document).ready(function(){
    $("#number").inputmask('setvalue', 12345); 
 });
 
+when the option patch_eval is set to true the same can be done with the traditionnal jquery.val function
+
+$(document).ready(function(){
+   $("#number").val(12345); 
+});
+
 add custom definitions
 
 $.extend($.inputmask.defaults.definitions, {