Giter VIP home page Giter VIP logo

Comments (14)

igorescobar avatar igorescobar commented on May 21, 2024

Can you provide an example at: http://jsfiddle.net/ ?

from jquery-mask-plugin.

42pe avatar 42pe commented on May 21, 2024

http://jsfiddle.net/mQeUU/8/

I'm using this to mask inputs for 12Y (12 years) or $45K ($45,000). I can get the characters mid-string and before string to work, but never after the string. I think it might be a bug or maybe I have misunderstood something. Check fiddle.

from jquery-mask-plugin.

igorescobar avatar igorescobar commented on May 21, 2024

That's because you set-up a wrong configuration.
That's how you should configurate it:
http://jsfiddle.net/TT6A4/

The $ is an regex char so you have to scape it correctly, like this: {'$':'\$'}

Hope it helps!

from jquery-mask-plugin.

42pe avatar 42pe commented on May 21, 2024

I'm so dumb. Thanks!!!!

Diego Ferreyra

Sent from a mobile device

On Sat, Aug 17, 2013 at 2:02 PM, Igor Escobar [email protected]
wrote:

That's because you set-up a wrong configuration.
That's how you should configurate it:
http://jsfiddle.net/TT6A4/
The $ is an regex char so you have to scape it correctly, like this: {'$':'\$'}

Hope it helps!

Reply to this email directly or view it on GitHub:
#40 (comment)

from jquery-mask-plugin.

42pe avatar 42pe commented on May 21, 2024

My bad, still not being able to put a literal character at the end of the string. How do I make the pluging mask a "12" to "$12K"?

from jquery-mask-plugin.

igorescobar avatar igorescobar commented on May 21, 2024

Hi @DiegoFerreyra on http://jsfiddle.net/TT6A4/ it's working like a charm... What navigator and OS are you using for test it?

from jquery-mask-plugin.

42pe avatar 42pe commented on May 21, 2024

It works in the sense that it adds the $ in front, but adding a K to the end of the mask is what is giving me problems.

http://jsfiddle.net/TT6A4/3/

from jquery-mask-plugin.

igorescobar avatar igorescobar commented on May 21, 2024

I typed $120K with no problems, just like your mask are formatted to. Your
problem is that you want to add the K char on any position of the mask as
long as it is at the end of the number, right?

Try this:
http://jsfiddle.net/TT6A4/4/

Regards,
Igor Escobar
*Software Engineer
*

On Mon, Aug 19, 2013 at 2:12 PM, RubyNow [email protected] wrote:

It works in the sense that it adds the $ in front, but adding a K to the
end of the mask is what is giving me problems.

http://jsfiddle.net/TT6A4/3/


Reply to this email directly or view it on GitHubhttps://github.com//issues/40#issuecomment-22887914
.

from jquery-mask-plugin.

42pe avatar 42pe commented on May 21, 2024

Almost. The K should always be there, just like the $ sign.

from jquery-mask-plugin.

igorescobar avatar igorescobar commented on May 21, 2024

The plugin don't have an "suffix" feature to do that. But, can you can do
is add the K using its available callbacks.

This is what you can do:
http://jsfiddle.net/TT6A4/5/

Testing your case, seems like there is a bug on byPassKeys feature I'm
going to work on it tonight and release it ASAP.

Regards,
Igor Escobar
*Software Engineer
*

On Mon, Aug 19, 2013 at 2:27 PM, RubyNow [email protected] wrote:

Almost. The K should always be there, just like the $ sign.


Reply to this email directly or view it on GitHubhttps://github.com//issues/40#issuecomment-22889012
.

from jquery-mask-plugin.

42pe avatar 42pe commented on May 21, 2024

Awesome, I really appreciate your time. I'll use the callbacks :)

from jquery-mask-plugin.

igorescobar avatar igorescobar commented on May 21, 2024

I did a little change:
http://jsfiddle.net/TT6A4/6/

Just to make easier to navigate between characters with arrow keys.

Regards,
Igor Escobar
*Software Engineer
*

On Mon, Aug 19, 2013 at 3:42 PM, RubyNow [email protected] wrote:

Awesome, I really appreciate your time. I'll use the callbacks :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/40#issuecomment-22894606
.

from jquery-mask-plugin.

42pe avatar 42pe commented on May 21, 2024

Awesome, that makes it very clear :)

from jquery-mask-plugin.

igorescobar avatar igorescobar commented on May 21, 2024

Awesome ;)

Regards,
Igor Escobar
*Software Engineer
*

On Mon, Aug 19, 2013 at 4:08 PM, RubyNow [email protected] wrote:

Awesome, that makes it very clear :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/40#issuecomment-22896548
.

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.