Browse Source

modified: README

Robin Herbots 14 years ago
parent
commit
14f197e232
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README

+ 2 - 2
README

@@ -163,13 +163,13 @@ $(document).ready(function(){
     $("#ssn").inputmask("999-99-9999",{placeholder:" ", clearIncomplete: true });
 });
 
-oncleared option
+<bold>oncleared option</bold>
 
 $(document).ready(function(){
     $("#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)