Skip to content

Instantly share code, notes, and snippets.

@pedroelsner
Created July 31, 2012 00:26
Show Gist options
  • Save pedroelsner/3212264 to your computer and use it in GitHub Desktop.
Save pedroelsner/3212264 to your computer and use it in GitHub Desktop.
Masked Input
// 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