I am seeking a jquery plugin to show the format of a textfield, like “_ _ _ / _/_ _” to imply to the user that it should be filled with a date. Does anybody konws any plugin?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This seems to fit:
http://digitalbush.com/projects/masked-input-plugin/
Otherwise, you could set the background on the input and disappear it on focus.
If you really want to get fancy, you could break it into three inputs (lots of larger apps do this) and use JS to jump a user’s cursor to the next one when one’s charlimit is reached.