Last active
August 29, 2015 14:05
-
-
Save kirkpabk/bd5486bd61571be20b23 to your computer and use it in GitHub Desktop.
JQuery Mask Samples - posted for coworker reference.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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