When you hold down a key (without a keyup event) the textbox looks something like
'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz'.
i have a logic which goes into an infinite loop if one word (character string without blank) is >70 characters and so want to avoid the user typing this.
Any suggestions on how this can be achieved strictly through JS/jQuery?
(without using keyup event)