Masked Input Plugin 1.1.3

I just released version 1.1.3 of my Masked Input Plugin for jQuery. This release fixes a bug where the buffer wasn't being cleared properly, causing characters that had been shifted to be duplicated.

I'm still trying to find time to tear down the plugin ans rewrite it while allowing for some of the feature requests I've received.

6 Comments so far

  1. Cory S.N. LaViska @ April 16th, 2008

    Josh, this is really a great plug-in. I saw similar functionality on a Dell support form and thought “maybe I’ll make a jQuery extension to do this!” Of course, I checked the Web first and found your plug-in almost immediately. Well done and easy to customize and implement. Thanks for some awesome code!

  2. Mark Ettema @ April 18th, 2008

    Great plugin. Maybe it is posible to implement an min and max length in a next release.

    For example a currency.

  3. Nickol @ April 21st, 2008

    I like it

  4. ChuChu @ April 26th, 2008

    Hi,

    Your masked js is excellent. I can use this in a lot of my web applications.

    However, I have one problem when I try to incorporate it into another system.

    This system generates the ID of the text box by itself. And the ID always has “$” sign in it. I found if the ID has “$” in it, this script will not work.

    Any help is appreciated.

    CC

  5. adwin @ May 1st, 2008

    hi josh,

    thx for the masked input, but i would like to know how to use for number. people can enter number in any length but at the moment, your library only accept a specified length only.

  6. jose @ May 9th, 2008

    Hi Josh,

    I have a similar question as Adwin. Is it possible to input a range? For me I need users to input a range from 0-100. So the mask can except from 1 to 3 digits without going passed 100.

    Jose

Leave a reply