I have a script to advance the cursor to the next field of a form when the current field reaches its character limit (< a href="https://en.stackoverflow.com/a/111959/33193"> font ).
When I tried to put the maskedinput gave problem, because the mask counts as a character and it already jumps to the next field when I type the first number. How to solve?
I tried in this way , but without success.