jQuery onkeyup event in textarea that does not fires when nothing change.
Posted
by Kucebe
on Stack Overflow
See other posts from Stack Overflow
or by Kucebe
Published on 2010-04-20T21:17:17Z
Indexed on
2010/04/20
21:23 UTC
Read the original article
Hit count: 790
I was thinking to a function that check the key value pressed, and accept only the most common characters, canc, enter, ... because i need it only for basic ascii character set (not ñ, c, chinese chars, ...).
Or function that after every keyup checks if value has changed.
But really jQuery doesn't have an event handler for this situation?
Oh, it should be cross-borwser.
© Stack Overflow or respective owner