Skip to content

Instantly share code, notes, and snippets.

@kirkpabk
Last active August 29, 2015 14:05
Show Gist options
  • Save kirkpabk/bd5486bd61571be20b23 to your computer and use it in GitHub Desktop.
Save kirkpabk/bd5486bd61571be20b23 to your computer and use it in GitHub Desktop.
JQuery Mask Samples - posted for coworker reference.
//jquery.maskedinput-1.3.1.js
//PHONE NUMBER MASKS
$("#HomePhone,#WorkPhone").mask("(999)999-9999?x99999");
//ZIP CODE MASK
$("#Zip").mask("99999?-9999");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment