Masked Input Plugin RC2
I've released another revision to my Masked Input Plugin for jQuery. This is the 2nd release candidate, and it should be pretty stable. I made a few code changes, so I would like to verify that all is well with the plugin before it goes 1.0
The following is a list of changes for this release.
- Now supports user defined placeholder characters by calling "$.AddMaskDefinition(char,regex)" Please see the Eye Prescription example above.
- Fixed a bug where backspace from the first character position deleted the mask.
- General code cleanup.