Software Details:
Version: 0.3.3
Upload Date: 13 Apr 15
Distribution Type: Freeware
Downloads: 61
Size: 7 Kb
The jQuery Megamask plugin allows developers to setup an input mask for form text fields.
This input mask will prevent user input, except for the format it expects to get.
It allows developers to setup very specialized input fields without having to rely on client-side data validation when submitting the form because all the data has been already validated when inputted.
A small jQuery Megamask demo is included with the download package.
What is new in this release:
- Added behaviour for `paste` event.
What is new in version 0.3.2:
- Bugfix:
- When calling with a non editable definition for mask (without pattern symbols) - inifity loop produced.
What is new in version 0.3.1:
- Ability for calling methods on elements having initialized megamask on.
What is new in version 0.3.0:
- Add CJS, AMD compatibility.
What is new in version 0.2.1:
- Refactoring of shift function.
Requirements:
- JavaScript enabled on client side
- jQuery
Comments not found