Created
July 31, 2012 00:26
-
-
Save pedroelsner/3212264 to your computer and use it in GitHub Desktop.
Masked Input
This file contains hidden or 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 Masked Input | |
$('#telefone').mask("(99) 9999-9999"); | |
// jQuery Meio Mask | |
$('#telefone').setMask("(99) 9999-9999"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment