GithubHelp home page GithubHelp logo

Comments (4)

 avatar commented on July 25, 2024

Remembering that i'm trying to mas SP phone numbers where
numbers starting with 119[98765] should be of length 11 the other with 10.
I'know that you know that, it's only a sticky note for you...
Keep on the good job this help me a lot, in a lot of times... 👍

from jquery-mask-plugin.

igorescobar avatar igorescobar commented on July 25, 2024

@wesleycoder which version of jQuery are you using? which version of jQuery Mask Plugin are you using? I've tested the example above and worked fine for me.

The code that solves the problem that you're mentioning is the following:

var SaoPauloCelphoneMask = 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(SaoPauloCelphoneMask, { onKeyPress: function(phone, e, currentField, options){
   $(currentField).mask(SaoPauloCelphoneMask(phone), options);
}});

On the example page, attention to the Title of the example. O main goal of that example is to show how to pass masks as a function and not to solve SP's celphone mask.

from jquery-mask-plugin.

 avatar commented on July 25, 2024

I was using the 1.6.1 version, and have updated just now for 1.9.1.
That was my mistake, thanks for your time, and sorry for the borrowing...

from jquery-mask-plugin.

igorescobar avatar igorescobar commented on July 25, 2024

No problem.

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.