How to define email mask for input field using this library?
$("#name").mask("a@aa"); So you can enter only one character, but you need an arbitrary number.
How to define email mask for input field using this library?
$("#name").mask("a@aa"); So you can enter only one character, but you need an arbitrary number.
Source: https://ru.stackoverflow.com/questions/902961/
All Articles