About the plugin:
A jQuery Plugin to make masks on form fields and HTML elements.
Features:
- lightweight (~2kb minified, ~1kb gziped)
- built-in support for dynamically added elements
- masks on any HTML element (no need to server-side mask anymore!)
- HTML notation support (data-mask, data-mask-recursive, data-mask-clearifnotmatch)
- string/Numeric/Alpha/Mixed masks
- reverse mask support for masks on numeric fields
- sanitization
- optional digits
- recursive Digits
- fallback Digits
- advanced mask initialization
- advanced Callbacks
- on-the-fly mask change
- mask removal
- full customization
- compatibility with React/UMD/Zepto.js/Angular.JS
- HTML5 placeholder support
- Clear the field if it not matches support