JavaScript Input Masks
Input masks are handy for better form handling and creating more user-friendly forms.
Masks for different input types can be created easily with the tools below.
iMask
iMask is an open source (free) javascript tool for creating input and textarea masking. It is built on Mootools, supports keyboard control and dynamic charset definition.
Masked Input Plugin for jQuery
This is a masked input plugin for the jQuery javascript library. It allows a user to more easily enter fixed width input where you would like them to enter the data in a certain format (dates,phone numbers, etc).
Password Field Image Mask
A nice JavaScript input mask which helps displaying the password field characters as images.
dFilter
A tiny JavaScript for input masking.
JavaScript Mask API
A simple yet nice input mask.
JavaScripTools
JavaScripTools is a set of JavaScript components, functions and classes which also includes a powerful input mask library.
Typecast – The Input Field Library
Typecast is an input field augmentation library. When complete it will add autocomplete, suggest and realtime character masking ability to the standard HTML input field.
- Tags:
Input Javascript Mask
- Filed under: Forms, Goodies, Other License
- 11 Comments























11 Responses for "JavaScript Input Masks"
There are grade tools. Thank you.
[...] Mask your inputs [...]
[...] JavaScript Input Masks (tags: javascript validation masks forms library ajax form plugins webdev) [...]
[...] статьи: JavaScript Input Masks (англ.) (Еще не оценили)Тэги: javascript В категории [...]
Did you know that your posts are being stolen by SpotGnome? Your content is being stripped of your name, and posted on their site as your own. Here’s your post on their site, with their copyright.
****www.spotgnome.com/2008/03/13/JavaScriptInputMasks.aspx****
I’m writing to you because this is happening to me as well, and I don’t like one little bit. See the comments at the end of my stolen post:
****www.spotgnome.com/CommentView,guid,c672cf17-39dd-4abd-a263-6f0c78537daf.aspx#commentstart****
@Michael,
It is sad that they are just stealing it. I believe people don2t appreciate them, that’s the fine for them.
Thanks for all
Thanks for the list, really helpful. It came up in a search for jquery input masks. Second time I’ve needed this blog posting. =]
I think you should try meioMask
http://meiocodigo.com/meiomask/docs/
great tools thanks…
I have been trying to create a mask in access for in the following format. (W0000nnnnn). The W0000 is always constant, the last 5 digits the user will type in .. I want the W00000 to always show up in the field, and the user can type the other 5 numeric char in. Can someone help.?