ソースを参照

modified: README

Robin Herbots 14 年 前
コミット
14f197e232
1 ファイル変更2 行追加2 行削除
  1. 2 2
      README

+ 2 - 2
README

@@ -163,13 +163,13 @@ $(document).ready(function(){
     $("#ssn").inputmask("999-99-9999",{placeholder:" ", clearIncomplete: true });
     $("#ssn").inputmask("999-99-9999",{placeholder:" ", clearIncomplete: true });
 });
 });
 
 
-oncleared option
+<bold>oncleared option</bold>
 
 
 $(document).ready(function(){
 $(document).ready(function(){
     $("#ssn").inputmask("999-99-9999",{placeholder:" ", oncleared: function(){ alert('Set focus somewhere else ;-)');} });
     $("#ssn").inputmask("999-99-9999",{placeholder:" ", oncleared: function(){ alert('Set focus somewhere else ;-)');} });
 });
 });
 
 
-aliases option
+<bold>aliases option</bold>
 
 
 First you have to create an alias definition (more examples can be found in jquery.inputmask.extentions.js)
 First you have to create an alias definition (more examples can be found in jquery.inputmask.extentions.js)