Phone mask with jQuery and Masked Input Plugin

前端 未结 15 1451
夕颜
夕颜 2020-11-28 06:54

I have a problem masking a phone input with jQuery and Masked Input Plugin.

There are 2 possible formats:

  1. (XX)XXXX-XXXX
  2. (
15条回答
  •  渐次进展
    2020-11-28 07:46

    Using jQuery Mask Plugin there is two possible ways to implement it:

    1- Following Anatel's recomendations: https://gist.github.com/3724610/5003f97804ea1e62a3182e21c3b0d3ae3b657dd9

    2- Or without following Anatel's recomendations: https://gist.github.com/igorescobar/5327820

    All examples above was coded using jQuery Mask Plugin and it can be downloaded at: http://igorescobar.github.io/jQuery-Mask-Plugin/

提交回复
热议问题