JQuery Masked Input Plugin for Beginners
nittrwave.typepad.com
JQuery Masked Input Plugin for Beginners
1–5 of 5 posts
Re: JQuery Masked Input Plugin for Beginners
#2I filled out a 3-page form yesterday with this exact problem. It was memorably annoying and had a significant negative impact on my opinion of the company behind the form (ING direct).
Re: JQuery Masked Input Plugin for Beginners
#3Original article from original author: http://digitalbush.com/projects/masked-input-plugin/
Re: JQuery Masked Input Plugin for Beginners
#4These kinds of UI tweaks can be amazingly frustrating to users if you're not careful. For instance: When I click on an empty input box, I expect the cursor to load on the left-hand side of the box. In the date box in the demo, it populates the mask and places my cursor in the exact part of the mask that I clicked (usually toward the middle). I have to click again (on a much smaller target area) to move the cursor to…
I like this one a lot better. It's much cleaner, and doesn't suffer from what you mentioned above.
Re: JQuery Masked Input Plugin for Beginners
#5I recently persuaded a developer to not use it. It was quite frustrating during testing to see the 'mask' (made from underscores and slashes) expand and contract when they're typed over with non fixed-width characters of differing sizes.
I'd much rather see three small input fields for a date (with some Javascript input filtering) than a field with some underscores and slashes inserted dynamically.
I may be wrong.