Hi,

I want to have a simple event that notifies me whenever some <input
type="text" /> gets changed its content.
But I can not use change() because it only fires when the input
changes and the input loses focus.
The event I would like would be an mixture of keydown, keypress,
paste, ... events.

Do you guys know an easy way to have an event that fires when an input
changes content without the need of losing focus?

Eduardo

Reply via email to