Skip to content

Instantly share code, notes, and snippets.

@RyanABailey
Created January 29, 2015 01:42
Show Gist options
  • Select an option

  • Save RyanABailey/181a326285c46033f42a to your computer and use it in GitHub Desktop.

Select an option

Save RyanABailey/181a326285c46033f42a to your computer and use it in GitHub Desktop.
input mask
$(document).ready(function(){
$("#MyField").inputmask("999-999-999");
$("#OtherField").inputmask("999a");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment