Giter VIP home page Giter VIP logo

Comments (4)

igorescobar avatar igorescobar commented on May 18, 2024

Qual o código e versão do plugin que você esta usando?
On Jun 5, 2013 3:20 PM, "filipemonte" [email protected] wrote:

Boa tarde Igor,

Estou usando sua mascara e percebi que a mascara de telefone (que serve
para telefones de SP ou não) não está funcionando no IE7 e IE8.

Valeu!


Reply to this email directly or view it on GitHubhttps://github.com//issues/26
.

from jquery-mask-plugin.

filipemonte avatar filipemonte commented on May 18, 2024

Versão 0.9.0 e o código:

var SPphoneMask = function(phone, e, currentField, options){
return phone.match(/^((?11)? ?9(5[0-9]|6[0-9]|7[01234569]|8[0-9]|9[0-9])[0-9]{1})/g) ? '(00) 00000-0000' : '(00) 0000-0000';
};

$(".sp_celphones").mask(SPphoneMask, {onKeyPress: function(phone, e, currentField, options){
$(currentField).mask(SPphoneMask(phone), options);
}});

from jquery-mask-plugin.

igorescobar avatar igorescobar commented on May 18, 2024

Fala @filipemonte !
O que exatamente não funciona, tem como você me dar mais detalhes?

from jquery-mask-plugin.

igorescobar avatar igorescobar commented on May 18, 2024

No meu blog tem um post que deve te ajudar com um novo código:
http://www.igorescobar.com/blog/2012/07/29/mascara-javascript-para-os-novos-telefones-de-sao-paulo/ (Veja o UPDATE 12/07/2013.)

from jquery-mask-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.