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 ñ, č, 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.