I’m planning on using this plugin in my form. But I just want an better explanation of the options than what they gave you.
type: What is this? What is the fixed or number option do?
mask: does anyone have any good resources where I can learn mask notation?
stripmask: what does this mean? If it means remove mask, then why not just remove class=”iMask” from the tag?
Thanks
Gleaned from the iMask Documentation and some tinkering:
Type – Limits characters that can be entered into an input field
Mask – Dictates the format an input field value must follow
StripMask – Removes or preserves the mask syntax hint on an input field
09/24/12would become092412when the input field loses focus.