Oct 16 2008
meioMask 1.0.2 version released!
I present you meioMask 1.0.2 - a jQuery plugin for masking inputs.
I’m going to centralize all the comments at the page of the project, so i’m not allowing comments here but you are free and motivated to comment at the meioMask’s project page.
Features
- Accepts paste event;
- Haves fixed and reverse mask types ( allow number mask );
- You can still use your hot keys and others (ex: ctrl+t, ctrl+f5, TAB …);
- Supports metadata plugin;
- Works with iPhone;
- Allow default values;
- Haves callbacks for invalid inputs, valid and overflow;
- Haves function to mask strings.
Changelog
v1.0.2
- added input callbacks: onInvalid, onValid and onOverflow;
- added support for default values;
- can now be used like $().setMask({});
- added the function $.mask.string(string,mask) that will mask a string (see demos);
- now the value of the input is masked at the time the mask is applyed to it.
v1.0.1
- added support for iphone;
- removed a bug where a fixed char would be replaced by an inputed one.
v1.0
- initial release.
Some bugs have been fixed too. I’m making a TODO list and i’m really open to add features you guys want.
You can see the plugin page here. It contains documentation and examples. Please tell me any bug, new feature, english errors on documentation…. anything! I’ll be glad to hear your feedback and make the fixes. Hope it helps you!
