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.

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!
Great plugin. Maybe it is posible to implement an min and max length in a next release.
For example a currency.
I like it
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
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.
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