| Author |
JavaScript mask for Brasil phone number
|
Hikari Shidou
Ranch Hand
Joined: Jan 22, 2013
Posts: 79
|
|
Heelo guys!
Currently I'm using jquery.maskedinput for various mask formats, but it's not working for phone numbers.
In Brasil we used to have all numbers in the format (99)9999-9999. But lately, in a few cities, cell phones are using (99)99999-9999, while normal phones and the rest of the country remain (99)9999-9999.
jquery.maskedinput seems to not support 2 formats on the same input where a character in the middle of the string may or may not be present. As I can see in its documentation, I could have (99)9999-9999 and (99)9999-99999, but that would confuse users.
Is there any other mask plugin/framework that allows me to validate both (99)9999-9999 and (99)99999-9999?
|
 |
 |
|
|
subject: JavaScript mask for Brasil phone number
|
|
|