Reputation: 281
Within an <input type="text" />
tag how do you I mask the input field so that the user is resricted to the following format [].[]
and in between the brackets can be any number of characters.
As an example:
"[Analysis].[Analysis]"
or a another example:
[Analysis-Result].[Analysis Result]"
Upvotes: 1
Views: 82
Reputation: 2377
Use this plugin http://digitalbush.com/projects/masked-input-plugin/#demo
Upvotes: 1