In my experience, input type=\"text\" onchange event usually occurs only after you leave (blur) the control.
input type=\"text\"
onchange
blur
Is there a way to
You could use the keydown, keyup and keypress events as well.
keydown
keyup
keypress