I am trying to create a custom input type and add a specific handler for processing and validating input for that type.
For example, say I want to make the following:
<input type='email' />
I want that input type to be validated in a specific way, similar to how the password type replaces all characters with the black dot.
Also, I would prefer to not use jQuery for this task if at all possible.
Anyone have any ideas?
Thanks,
Lianite

New Topic/Question
Reply


MultiQuote




|